|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<Location xmlns="http://hl7.org/fhir"> |
| 3 | + <id value="metro-qld-path-lab"/> |
| 4 | + <meta> |
| 5 | + <profile value="http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-location-core-1"/> |
| 6 | + </meta> |
| 7 | + <identifier> |
| 8 | + <type> |
| 9 | + <coding> |
| 10 | + <system value="http://terminology.hl7.org.au/CodeSystem/v2-0203"/> |
| 11 | + <code value="NATAS"/> |
| 12 | + <display value="NATA Site Number"/> |
| 13 | + </coding> |
| 14 | + <text value="NATA Site Number"/> |
| 15 | + </type> |
| 16 | + <system value="http://hl7.org.au/id/nata-accreditation"/> |
| 17 | + <!--In Australia NATA numbers are an |
| 18 | + incremental number that have been incremented to 5 digits, this example uses a fictional |
| 19 | + NATA number from 100,000 + to ensure no conflict with real world values--> |
| 20 | + <value value="155101"/> |
| 21 | + </identifier> |
| 22 | + <status value="active"/> |
| 23 | + <name value="Metropolitan Pathology QLD DOOMBEN"/> |
| 24 | + <mode value="instance"/> |
| 25 | + <type> |
| 26 | + <coding> |
| 27 | + <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> |
| 28 | + <code value="MBL"/> |
| 29 | + <display value="medical laboratory"/> |
| 30 | + </coding> |
| 31 | + <text value="Laboratory"/> |
| 32 | + </type> |
| 33 | + <type> |
| 34 | + <coding> |
| 35 | + <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> |
| 36 | + <code value="HUSCS"/> |
| 37 | + <display value="specimen collection site"/> |
| 38 | + </coding> |
| 39 | + <text value="Specimen Collection"/> |
| 40 | + </type> |
| 41 | + <address> |
| 42 | + <use value="work"/> |
| 43 | + <type value="physical"/> |
| 44 | + <line value="75 Hampden St"/> |
| 45 | + <city value="DOOMBEN"/> |
| 46 | + <state value="QLD"/> |
| 47 | + <postalCode value="4007"/> |
| 48 | + <country value="AU"/> |
| 49 | + </address> |
| 50 | + <physicalType> |
| 51 | + <coding> |
| 52 | + <system value="http://terminology.hl7.org/CodeSystem/location-physical-type"/> |
| 53 | + <code value="bu"/> |
| 54 | + <display value="Building"/> |
| 55 | + </coding> |
| 56 | + </physicalType> |
| 57 | + <managingOrganization> |
| 58 | + <reference value="Organization/metro-qld-path-lab"/> |
| 59 | + </managingOrganization> |
| 60 | +</Location> |
0 commit comments