FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageimplementation.guide.nhdr
Resource TypeOrganization
IdOrganization--duplicate-2.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "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"
    }
  ]
}