Health Care Surveys Reporting
2.0.0-ballot - STU 2 - Ballot United States of America flag

This page is part of the Making EHR Data MOre available for Research and Public Health (MedMorph) Healthcare Surveys Reporting Content IG (v2.0.0-ballot: STU 2 Ballot) based on FHIR (HL7® FHIR® Standard) R4. This version is a pre-release. The current official version is 1.0.0. For a full list of available versions, see the Directory of published versions

: Patient 1 - Example - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "Patient",
  "id" : "patient-ledner",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient|6.1.0"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient patient-ledner</b></p><a name=\"patient-ledner\"> </a><a name=\"hcpatient-ledner\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/us/core/STU6.1/StructureDefinition-us-core-patient.html\">US Core Patient Profileversion: null6.1.0)</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Dominique369 Ledner144  Female, DoB: 1965-06-22 ( MRN:\u00a0Alaska Driver's License#abc123\u00a0(use:\u00a0usual,\u00a0))</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Known status of Patient\">Deceased:</td><td>false</td><td style=\"background-color: #f3f5da\" title=\"Known Marital status of Patient\">Marital Status:</td><td colspan=\"3\"><span title=\"Codes:{http://snomed.info/sct 36629006}, {http://terminology.hl7.org/CodeSystem/v3-MaritalStatus M}\">Legally married</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Other Ids (see the one above)\">Other Ids:</td><td colspan=\"3\"><ul><li><a href=\"http://terminology.hl7.org/6.5.0/NamingSystem-CaliforniaDLN.html\" title=\"California Motor Vehicle Bureau\">California Driver's License</a>/patient-OakleyAnnie</li><li>SHID/12446\u00a0(use:\u00a0usual,\u00a0)</li><li>FHIR/66574567\u00a0(use:\u00a0usual,\u00a0)</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li>ph: 1-(303)555-1212(Home)</li><li><a href=\"mailto:annie.oakley@example.com\">annie.oakley@example.com</a></li><li>25 Church St Bixby OK 74008 USA (home)</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Language spoken\">Language:</td><td colspan=\"3\"><span title=\"Codes:{urn:ietf:bcp:47 en}\">English</span> (preferred)</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Patient Links\">Links:</td><td colspan=\"3\"><ul><li>General Practitioner: <a href=\"Practitioner-practitioner-1.html\">Practitioner Joseph P Nichols (official)</a></li><li>Managing Organization: <a href=\"Organization-organization-healthcare.html\">Healthcare Example</a></li></ul></td></tr></table></div>"
  },
  "identifier" : [
    {
      "system" : "urn:oid:2.16.840.1.113883.4.3.6",
      "value" : "patient-OakleyAnnie"
    },
    {
      "use" : "usual",
      "type" : {
        "text" : "SHID"
      },
      "system" : "http://example.org/hospital.smarthealth",
      "value" : "12446"
    },
    {
      "use" : "usual",
      "type" : {
        "text" : "FHIR"
      },
      "system" : "http://example.com/FHIR/StructureDefinition/patient-fhir-id",
      "value" : "66574567"
    },
    {
      "use" : "usual",
      "type" : {
        "text" : "MRN"
      },
      "system" : "urn:oid:2.16.840.1.113883.4.3.2",
      "value" : "abc123"
    }
  ],
  "name" : [
    {
      "family" : "Ledner144",
      "given" : [
        "Dominique369"
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "1-(303)555-1212",
      "use" : "home"
    },
    {
      "system" : "email",
      "value" : "annie.oakley@example.com"
    }
  ],
  "gender" : "female",
  "birthDate" : "1965-06-22",
  "deceasedBoolean" : false,
  "address" : [
    {
      "use" : "home",
      "line" : [
        "25 Church St"
      ],
      "city" : "Bixby",
      "state" : "OK",
      "postalCode" : "74008",
      "country" : "USA"
    }
  ],
  "maritalStatus" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "36629006",
        "display" : "Legally married"
      },
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
        "code" : "M"
      }
    ]
  },
  "communication" : [
    {
      "language" : {
        "coding" : [
          {
            "system" : "urn:ietf:bcp:47",
            "code" : "en",
            "display" : "English"
          }
        ]
      },
      "preferred" : true
    }
  ],
  "generalPractitioner" : [
    {
      🔗 "reference" : "Practitioner/practitioner-1"
    }
  ],
  "managingOrganization" : {
    🔗 "reference" : "Organization/organization-healthcare",
    "display" : "Healthcare Example"
  }
}