IE (Ireland) Core Implementation Guide
1.0.0-ballot - Ballot Ireland flag

Publication Build: This will be filled in by the publication tooling

: Organization Holy Healthcare Example - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "Organization",
  "id" : "holy-healthcare",
  "meta" : {
    "extension" : [
      {
        "url" : "http://hl7.org/fhir/StructureDefinition/instance-name",
        "valueString" : "Organization Holy Healthcare Example"
      },
      {
        "url" : "http://hl7.org/fhir/StructureDefinition/instance-description",
        "valueMarkdown" : "This is an example managing organization using the *IE Core Organization Profile*."
      }
    ],
    "profile" : [
      🔗 "http://iehr.ai/fhir/ie/core/StructureDefinition/ie-core-organization"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization holy-healthcare</b></p><a name=\"holy-healthcare\"> </a><a name=\"hcholy-healthcare\"> </a><a name=\"holy-healthcare-en-US\"> </a><p><b>identifier</b>: <code>http://iehr.ai/fhir/sid/ie/crn</code>/1234567893</p><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/organization-type prov}\">Provider</span></p><p><b>name</b>: Holy Healthcare</p><p><b>telecom</b>: ph: (+353) 1 234 5678, <a href=\"mailto:hq@holyhealthcare.org\">hq@holyhealthcare.org</a></p><p><b>address</b>: 100 MANAGING ORGANIZATION AVE Amherst Dublin D18 CV48 IE </p></div>"
  },
  "identifier" : [
    {
      "system" : "http://iehr.ai/fhir/sid/ie/crn",
      "value" : "1234567893"
    }
  ],
  "active" : true,
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/organization-type",
          "code" : "prov"
        }
      ],
      "text" : "Provider"
    }
  ],
  "name" : "Holy Healthcare",
  "telecom" : [
    {
      "system" : "phone",
      "value" : "(+353) 1 234 5678"
    },
    {
      "system" : "email",
      "value" : "hq@holyhealthcare.org"
    }
  ],
  "address" : [
    {
      "line" : [
        "100 MANAGING ORGANIZATION AVE"
      ],
      "city" : "Amherst",
      "state" : "Dublin",
      "postalCode" : "D18 CV48",
      "country" : "IE"
    }
  ]
}