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
{
"resourceType" : "Observation",
"id" : "ObservationPrimCancerMainzZeisig",
"meta" : {
"profile" : [
🔗 "http://hl7.eu/fhir/ig/pcsp/StructureDefinition/Observation-diagnosis-eu-pcsp"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation ObservationPrimCancerMainzZeisig</b></p><a name=\"ObservationPrimCancerMainzZeisig\"> </a><a name=\"hcObservationPrimCancerMainzZeisig\"> </a><a name=\"ObservationPrimCancerMainzZeisig-en-US\"> </a><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 29308-4}\">Diagnosis</span></p><p><b>subject</b>: <a href=\"Patient-PatientMainzZeisig.html\">Sarah Zeisig Female, DoB: 1996-12-12 ( http://hl7.eu/fhir/ig/pcsp/sid/pat-id-mainz#L0010)</a></p><p><b>effective</b>: 2007-04-04</p><p><b>performer</b>: UKE Hamburg (Identifier: <code>http://hl7.eu/fhir/ig/pcsp/sid/org-id-mainz</code>/52)</p><p><b>value</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/iccc-3 081}, {http://hl7.org/fhir/sid/icd-10 C41.9}\">081</span></p></div>"
},
"status" : "final",
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "29308-4",
"display" : "Diagnosis"
}
]
},
"subject" : {
🔗 "reference" : "Patient/PatientMainzZeisig"
},
"effectiveDateTime" : "2007-04-04",
"performer" : [
{
"identifier" : {
"system" : "http://hl7.eu/fhir/ig/pcsp/sid/org-id-mainz",
"value" : "52"
},
"display" : "UKE Hamburg"
}
],
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/iccc-3",
"code" : "081"
},
{
"system" : "http://hl7.org/fhir/sid/icd-10",
"code" : "C41.9"
}
]
}
}