Moderne Patient:innenabrechnung und Datenkommunikation on FHIR (MOPED)
0.1.0 - ci-build

Moderne Patient:innenabrechnung und Datenkommunikation on FHIR (MOPED) - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Test2Condition1 - JSON Representation

Raw json | Download

{
  "resourceType" : "Condition",
  "id" : "Test2Condition1",
  "meta" : {
    "profile" : [
      🔗 "http://example.org/StructureDefinition/MOPEDCondition"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Condition Test2Condition1</b></p><a name=\"Test2Condition1\"> </a><a name=\"hcTest2Condition1\"> </a><a name=\"Test2Condition1-en-US\"> </a><p><b>identifier</b>: Resource identifier/324200063urn:oid:1.3.6.1.4.1.36124.5.427S82.0</p><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:{https://termgit.elga.gv.at/CodeSystem/bmg-icd-10-2024 S82.0}, {http://tbd.at/MOPED-LKFHauptdiagnosegruppen HDG24.01}\">Fracture of patella</span></p><p><b>subject</b>: <a href=\"Patient-Test2Patient.html\">Santiago Schnabeltier TEST (official) Male, DoB: 1985-03-19 ( Social Security Number: 2873111374)</a></p><p><b>encounter</b>: <a href=\"Encounter-Test2MOPEDEncounter1.html\">Encounter: identifier = v2-0203-VN; status = in-progress; class = S,A; actualPeriod = 2024-08-08 08:21:00+0200 --&gt; 2024-08-08 19:22:00+0200</a></p></div>"
  },
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "RI"
          }
        ]
      },
      "value" : "324200063urn:oid:1.3.6.1.4.1.36124.5.427S82.0"
    }
  ],
  "clinicalStatus" : {
    "extension" : [
      {
        "url" : "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
        "valueCode" : "not-asked"
      }
    ],
    "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" : "https://termgit.elga.gv.at/CodeSystem/bmg-icd-10-2024",
        "code" : "S82.0",
        "display" : "Fracture of patella"
      },
      {
        "system" : "http://tbd.at/MOPED-LKFHauptdiagnosegruppen",
        "code" : "HDG24.01",
        "display" : "TBD"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/Test2Patient"
  },
  "encounter" : {
    🔗 "reference" : "Encounter/Test2MOPEDEncounter1"
  }
}