Sha256: 72522a48c1adb1ad21b196fae7d1ca3e7cae4e43cc30a79801faaa253dce6c4b

Contents?: true

Size: 1.75 KB

Versions: 10

Compression:

Stored size: 1.75 KB

Contents

<?xml version="1.0" encoding="UTF-8"?>
<Location xmlns="http://hl7.org/fhir">
  <id value="1"/>
  <meta>
    <security>
      <system value="http://terminology.hl7.org/CodeSystem/v3-ActReason"/>
      <code value="HTEST"/>
      <display value="test health data"/>
    </security>
  </meta>
  
	<identifier>
    <value value="B1-S.F2"/>
  </identifier>
  <status value="active"/>
  <name value="South Wing, second floor"/>
  <alias value="BU MC, SW, F2"/>
  <alias value="Burgers University Medical Center, South Wing, second floor"/>
  <description value="Second floor of the Old South Wing, formerly in use by Psychiatry"/>
	<mode value="instance"/>
  <telecom>
    <system value="phone"/>
    <value value="2328"/>
		<use value="work"/>
  </telecom>
  <telecom>
    <system value="fax"/>
    <value value="2329"/>
		<use value="work"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="second wing admissions"/>
  </telecom>
  <telecom>
    <system value="url"/>
    <value value="http://sampleorg.com/southwing"/>
		<use value="work"/>
  </telecom>
  <address>
        <use value="work"/>
        <line value="Galapagosweg 91, Building A"/>
        <city value="Den Burg"/>
        <postalCode value="9105 PZ"/>
        <country value="NLD"/>
  </address>
  <physicalType>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/location-physical-type"/>
      <code value="wi"/>
      <display value="Wing"/>     
    </coding>
  </physicalType>
  <position>
    <longitude value="-83.6945691"/>
    <latitude value="42.25475478"/>
    <altitude value="0"/>
  </position>
  <managingOrganization>
    <reference value="Organization/f001"/>
  </managingOrganization>
  <endpoint>
    <reference value="Endpoint/example"/>
  </endpoint>
</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.xml
fhir_models-4.2.2 lib/fhir_models/examples/xml/location-example.xml
fhir_models-4.2.1 lib/fhir_models/examples/xml/location-example.xml
fhir_models-4.2.0 lib/fhir_models/examples/xml/location-example.xml
fhir_models-4.1.2 lib/fhir_models/examples/xml/location-example.xml
fhir_models-4.1.1 lib/fhir_models/examples/xml/location-example.xml
fhir_models-4.1.0 lib/fhir_models/examples/xml/location-example.xml
fhir_models-4.0.2 lib/fhir_models/examples/xml/location-example.xml
fhir_models-4.0.1 lib/fhir_models/examples/xml/location-example.xml
fhir_models-4.0.0 lib/fhir_models/examples/xml/location-example.xml