ICHOM FHIR Implementation Guide: Breast Cancer
1.0.0-ballot - ballot International flag

This page is part of the ICHOM FHIR Implementation Guide: Breast Cancer (v1.0.0-ballot: STU 1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

: Example of Breast Cancer Patient Mortera - JSON Representation

Raw json | Download


{
  "resourceType" : "Patient",
  "id" : "BreastCancerPatient134",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/uv/ichom-breast-cancer/StructureDefinition/patient"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\"><b>Mortera </b> unknown, DoB: 1978 ( id: 134)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Known status of Patient\">Deceased:</td><td>2014-01-13</td><td style=\"background-color: #f3f5da\" title=\"Known Marital status of Patient\">Marital Status:</td><td colspan=\"3\"><span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v3-MaritalStatus D}\">Divorced</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail:</td><td colspan=\"3\">GB </td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Represents the race of a patient. This extension is aligned with USCore.\"><a href=\"StructureDefinition-Race.html\">Race Extension:</a></td><td colspan=\"3\"><ul><li><span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v3-Race 2028-9}\">Asian</span></li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Represents the level of education of a patient.\"><a href=\"StructureDefinition-EducationLevel.html\">Education Level Extension:</a></td><td colspan=\"3\"><ul><li><span title=\"Codes: {http://snomed.info/sct 224297003}\">Educated to secondary school level</span></li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Represents the ethnicity of a patient. This extension is aligned with USCore\"><a href=\"StructureDefinition-Ethnicity.html\">Ethnicity Extension:</a></td><td colspan=\"3\"><ul><li><span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v3-Ethnicity 2135-2}\">Hispanic or Latino</span></li></ul></td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/uv/ichom-breast-cancer/StructureDefinition/EducationLevel",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "224297003"
          }
        ]
      }
    },
    {
      "url" : "http://hl7.org/fhir/uv/ichom-breast-cancer/StructureDefinition/Ethnicity",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v3-Ethnicity",
            "code" : "2135-2"
          }
        ]
      }
    },
    {
      "url" : "http://hl7.org/fhir/uv/ichom-breast-cancer/StructureDefinition/Race",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v3-Race",
            "code" : "2028-9"
          }
        ]
      }
    }
  ],
  "identifier" : [
    {
      "value" : "134"
    }
  ],
  "name" : [
    {
      "family" : "Mortera"
    }
  ],
  "gender" : "unknown",
  "birthDate" : "1978",
  "deceasedDateTime" : "2014-01-13",
  "address" : [
    {
      "country" : "GB"
    }
  ],
  "maritalStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
        "code" : "D",
        "display" : "Divorced"
      }
    ]
  }
}