DFT Ballot - The specification is currently in ballot review and subject to change. It is not ready for limited roll-out or production level use. . . For a full list of available versions, see the Directory of published versions
Example-Facility-Organization
Organization |
id : ca-csd-example-organization-facility |
meta |
profile : http://fhir.infoway-inforoute.ca/io/CA-CSD/StructureDefinition/CA-CSD-Facility-Organization |
identifier |
system : http://example.org/organization-identifiers |
value : ORG-001 |
active : True |
type |
coding |
system : https://profiles.ihe.net/ITI/mCSD/CodeSystem/IHE.mCSD.Organization.Location.Types |
code : facility |
name : Main Health Hospital |
partOf |
reference : Organization/ca-csd-example-organization-2 |
<Organization xmlns="http://hl7.org/fhir"> <id value="ca-csd-example-organization-facility" /> <meta> <profile value="http://fhir.infoway-inforoute.ca/io/CA-CSD/StructureDefinition/CA-CSD-Facility-Organization" /> </meta> <identifier> <system value="http://example.org/organization-identifiers" /> <value value="ORG-001" /> </identifier> <active value="true" /> <type> <coding> <system value="https://profiles.ihe.net/ITI/mCSD/CodeSystem/IHE.mCSD.Organization.Location.Types" /> <code value="facility" /> </coding> </type> <name value="Main Health Hospital" /> <partOf> <reference value="Organization/ca-csd-example-organization-2" /> </partOf> </Organization>
{ "resourceType": "Organization", "id": "ca-csd-example-organization-facility", "meta": { "profile": [ "http://fhir.infoway-inforoute.ca/io/CA-CSD/StructureDefinition/CA-CSD-Facility-Organization" ] }, "identifier": [ { "system": "http://example.org/organization-identifiers", "value": "ORG-001" } ], "active": true, "type": [ { "coding": [ { "system": "https://profiles.ihe.net/ITI/mCSD/CodeSystem/IHE.mCSD.Organization.Location.Types", "code": "facility" } ] } ], "name": "Main Health Hospital", "partOf": { "reference": "Organization/ca-csd-example-organization-2" } }