Sha256: 54954017381a875fd21f99fef8db92e4721c0d1f3c1251e59f5134e52505c1a6

Contents?: true

Size: 1.03 KB

Versions: 10

Compression:

Stored size: 1.03 KB

Contents

<?xml version="1.0" encoding="UTF-8"?>
<Location xmlns="http://hl7.org/fhir">
  <id value="amb"/>
  <meta>
    <security>
      <system value="http://terminology.hl7.org/CodeSystem/v3-ActReason"/>
      <code value="HTEST"/>
      <display value="test health data"/>
    </security>
  </meta>
    
  <status value="active"/>
  <name value="BUMC Ambulance"/>
  <description value="Ambulance provided by Burgers University Medical Center"/>
	<mode value="kind"/>
	<type>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/>
      <code value="AMB"/>
      <display value="Ambulance"/>
    </coding>
  </type>
  <telecom>
    <system value="phone"/>
    <value value="2329"/>
		<use value="mobile"/>
  </telecom>
  <physicalType>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/location-physical-type"/>
      <code value="ve"/>
      <display value="Vehicle"/>
    </coding>
  </physicalType>  
  <managingOrganization>
    <reference value="Organization/f001"/>
  </managingOrganization>
</Location>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
fhir_models-4.3.0 lib/fhir_models/examples/xml/location-example-ambulance.xml
fhir_models-4.2.2 lib/fhir_models/examples/xml/location-example-ambulance.xml
fhir_models-4.2.1 lib/fhir_models/examples/xml/location-example-ambulance.xml
fhir_models-4.2.0 lib/fhir_models/examples/xml/location-example-ambulance.xml
fhir_models-4.1.2 lib/fhir_models/examples/xml/location-example-ambulance.xml
fhir_models-4.1.1 lib/fhir_models/examples/xml/location-example-ambulance.xml
fhir_models-4.1.0 lib/fhir_models/examples/xml/location-example-ambulance.xml
fhir_models-4.0.2 lib/fhir_models/examples/xml/location-example-ambulance.xml
fhir_models-4.0.1 lib/fhir_models/examples/xml/location-example-ambulance.xml
fhir_models-4.0.0 lib/fhir_models/examples/xml/location-example-ambulance.xml