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

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

: Patient Child Example - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "Patient",
  "id" : "child-example",
  "meta" : {
    "extension" : [
      {
        "url" : "http://hl7.org/fhir/StructureDefinition/instance-name",
        "valueString" : "Patient Child Example"
      },
      {
        "url" : "http://hl7.org/fhir/StructureDefinition/instance-description",
        "valueMarkdown" : "This is a patient child example for the *IE Core Patient Profile*."
      }
    ],
    "profile" : [
      🔗 "http://iehr.ai/fhir/ie/core/StructureDefinition/ie-core-patient"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient child-example</b></p><a name=\"child-example\"> </a><a name=\"hcchild-example\"> </a><a name=\"child-example-en-US\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Child Example  Male, DoB: 2016-01-15 ( Medical Record Number:\u00a01032704\u00a0(use:\u00a0usual,\u00a0))</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Record is active\">Active:</td><td colspan=\"3\">true</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li>ph: 1 234 5678(Home)</li><li>49 MEADOW ST Sandyford Dublin D18 CV48 IE </li></ul></td></tr></table></div>"
  },
  "identifier" : [
    {
      "use" : "usual",
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "MR",
            "display" : "Medical Record Number"
          }
        ],
        "text" : "Medical Record Number"
      },
      "system" : "http://hospital.smarthealthit.org",
      "value" : "1032704"
    }
  ],
  "active" : true,
  "name" : [
    {
      "family" : "Example",
      "given" : [
        "Child"
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "1 234 5678",
      "use" : "home"
    }
  ],
  "gender" : "male",
  "birthDate" : "2016-01-15",
  "address" : [
    {
      "line" : [
        "49 MEADOW ST"
      ],
      "city" : "Sandyford",
      "state" : "Dublin",
      "postalCode" : "D18 CV48",
      "country" : "IE"
    }
  ]
}