FHIR IG analytics| Package | implementation.guide.nhdr |
| Resource Type | Organization |
| Id | Organization--duplicate-2.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Organization",
"meta": {
"lastUpdated": "2024-07-18T06:47:13.861+00:00"
},
"extension": [
{
"url": "https://example.org/fhir/StructureDefinition/HeadName",
"valueHumanName": {
"family": "Quezon",
"given": [
"Mark",
"John"
]
}
}
],
"telecom": [
{
"system": "phone",
"value": "(+1) 734-677-7777"
},
{
"system": "fax",
"value": "(+1) 734-677-6622"
},
{
"system": "email",
"value": "organization@org.com"
}
]
}