German Practice Management FHIR Profiles (R4)
0.90.0 - STU1 Germany

German Practice Management FHIR Profiles (R4) - Local Development build (v0.90.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example Cervical Screening Indication - JSON Representation

Raw json | Download

{
  "resourceType" : "Condition",
  "id" : "example-cervical-screening-indication",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Condition example-cervical-screening-indication</b></p><a name=\"example-cervical-screening-indication\"> </a><a name=\"hcexample-cervical-screening-indication\"> </a><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical active}\">Active</span></p><p><b>verificationStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-ver-status confirmed}\">Confirmed</span></p><p><b>code</b>: <span title=\"Codes:{http://fhir.de/CodeSystem/bfarm/icd-10-gm Z12.4}\">Special screening examination for neoplasm of cervix</span></p><p><b>subject</b>: <a href=\"Patient-example-cervical-screening-patient.html\">Anna Example (official) Female, DoB: 1996-05-10</a></p></div>"
  },
  "clinicalStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/condition-clinical",
        "code" : "active"
      }
    ]
  },
  "verificationStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/condition-ver-status",
        "code" : "confirmed"
      }
    ]
  },
  "code" : {
    "coding" : [
      {
        "system" : "http://fhir.de/CodeSystem/bfarm/icd-10-gm",
        "version" : "2026",
        "code" : "Z12.4",
        "display" : "Special screening examination for neoplasm of cervix"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/example-cervical-screening-patient"
  }
}