OO Incubator Implementation Guide
0.1.0 - ci-build International flag

OO Incubator Implementation Guide, published by HL7 International / Orders and Observations. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/oo-incubator/ and changes regularly. See the Directory of published versions

: pat1

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "Patient",
  "id" : "pat1",
  "language" : "en",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient pat1</b></p><a name=\"pat1\"> </a><a name=\"hcpat1\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Donald Duck (official) Male, DoB Unknown ( Medical record number\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=\"Nominated Contact: Employer\">Employer:</td><td colspan=\"3\"><ul><li>Organization:<a href=\"Organization-A9999.html\">Example Processing Facility</a></li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Patient Links\">Links:</td><td colspan=\"3\"><ul><li>Managing Organization: <a href=\"Organization-A9999.html\">Example Processing Facility</a></li><li>Also see: <a href=\"Patient-pat-example.html\">Jim  Male, DoB: 1974-12-25 ( Medical record number\u00a0(use:\u00a0usual,\u00a0period:\u00a02001-05-06 --&gt; (ongoing)))</a></li></ul></td></tr></table></div>"
  },
  "identifier" : [
    {
      "use" : "usual",
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "MR"
          }
        ]
      },
      "system" : "urn:oid:0.1.2.3.4.5.6.7",
      "value" : "654321"
    }
  ],
  "active" : true,
  "name" : [
    {
      "use" : "official",
      "family" : "Duck",
      "given" : [
        "Donald"
      ]
    }
  ],
  "gender" : "male",
  "contact" : [
    {
      "relationship" : [
        {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/v2-0131",
              "code" : "E"
            }
          ]
        }
      ],
      "organization" : {
        🔗 "reference" : "Organization/A9999",
        "display" : "Example Processing Facility"
      }
    }
  ],
  "managingOrganization" : {
    🔗 "reference" : "Organization/A9999",
    "display" : "Example Processing Facility"
  },
  "link" : [
    {
      "other" : {
        🔗 "reference" : "Patient/pat-example"
      },
      "type" : "seealso"
    }
  ]
}