PanCareSurPass Project HL7 FHIR Implementation Guide
0.2.0 - CI Build 150

PanCareSurPass Project HL7 FHIR Implementation Guide, published by PanCareSurPass Project. This guide is not an authorized publication; it is the continuous build for version 0.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/pcsp/ and changes regularly. See the Directory of published versions

: Condition: Sample from Mainz - JSON Representation

Raw json | Download


{
  "resourceType" : "Condition",
  "id" : "ConditionPrimCancerMainzFischer",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.eu/fhir/ig/pcsp/StructureDefinition/Condition-primaryCancer-eu-pcsp"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Condition ConditionPrimCancerMainzFischer</b></p><a name=\"ConditionPrimCancerMainzFischer\"> </a><a name=\"hcConditionPrimCancerMainzFischer\"> </a><a name=\"ConditionPrimCancerMainzFischer-en-US\"> </a><p><b>Condition Asserted Date</b>: 1994-04-21</p><p><b>Histology-Morphology-Behavior Extension</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/icd-o-3 95103}\">95103</span></p><p><b>code</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-NullFlavor NI}\">NoInformation</span></p><p><b>bodySite</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/icd-o-3 C692}\">C692</span></p><p><b>subject</b>: <a href=\"Patient-PatientMainzFischer.html\">Christian Fischer  Male, DoB: 1993-07-07 ( http://hl7.eu/fhir/ig/pcsp/sid/pat-id-mainz#L0002)</a></p><p><b>encounter</b>: <a href=\"Encounter-EncounterPrimCancerMainzFischer.html\">Encounter: status = finished; class = ambulatory (ActCode#AMB); period = 1994-04-21 --&gt; (ongoing)</a></p></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/condition-assertedDate",
      "valueDateTime" : "1994-04-21"
    },
    {
      "url" : "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-histology-morphology-behavior",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/icd-o-3",
            "code" : "95103"
          }
        ]
      }
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-NullFlavor",
        "code" : "NI"
      }
    ]
  },
  "bodySite" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/icd-o-3",
          "code" : "C692"
        }
      ]
    }
  ],
  "subject" : {
    🔗 "reference" : "Patient/PatientMainzFischer"
  },
  "encounter" : {
    🔗 "reference" : "Encounter/EncounterPrimCancerMainzFischer"
  }
}