AddCommunication Implementation Guide
2.2 - version 2.2

This page is part of the Release of AddCommunication IG (v2.2: Release) based on FHIR (HL7® FHIR® Standard) v5.0.0. . For a full list of available versions, see the Directory of published versions

: MinimalPatient - JSON Representation

Raw json | Download

{
  "resourceType" : "Patient",
  "id" : "MinimalPatient",
  "meta" : {
    "profile" : [
      🔗 "http://bki.skane.se/invanartjanster/fhir/StructureDefinition/CommunicationPatient"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient MinimalPatient</b></p><a name=\"MinimalPatient\"> </a><a name=\"hcMinimalPatient\"> </a><a name=\"MinimalPatient-en-US\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Anonymous Patient (no stated gender), DoB Unknown ( urn:oid:1.2.752.129.2.1.3.1#194909157783)</p><hr/></div>"
  },
  "identifier" : [
    {
      "system" : "urn:oid:1.2.752.129.2.1.3.1",
      "value" : "194909157783"
    }
  ]
}