"
];
fhir:Organization.identifier [
fhir:index 0;
fhir:Identifier.type [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ];
fhir:Coding.code [ fhir:value "PRN" ];
fhir:Coding.display [ fhir:value "Provider number" ]
]
];
fhir:Identifier.system [ fhir:value "https://facility.ndhm.gov.in" ];
fhir:Identifier.value [ fhir:value "4567878" ]
];
fhir:Organization.name [ fhir:value "XYZ Lab Pvt.Ltd."];
fhir:Organization.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "phone" ];
fhir:ContactPoint.value [ fhir:value "+91 243 2634 1234" ];
fhir:ContactPoint.use [ fhir:value "work" ]
], [
fhir:index 1;
fhir:ContactPoint.system [ fhir:value "email" ];
fhir:ContactPoint.value [ fhir:value "contact@labs.xyz.org" ];
fhir:ContactPoint.use [ fhir:value "work" ]
] .
# - ontology header ------------------------------------------------------------