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
{
"resourceType" : "Encounter",
"id" : "Test1MOPEDEncounterSV",
"meta" : {
"profile" : [
🔗 "http://example.org/StructureDefinition/MOPEDEncounterSV"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter Test1MOPEDEncounterSV</b></p><a name=\"Test1MOPEDEncounterSV\"> </a><a name=\"hcTest1MOPEDEncounterSV\"> </a><a name=\"Test1MOPEDEncounterSV-en-US\"> </a><p><b>identifier</b>: Visit number/1024000028</p><p><b>status</b>: In Progress</p><p><b>subject</b>: <a href=\"Patient-Test1Patient.html\">Patientenkommun Moderne (official) Female, DoB: 1969-04-21 ( Social Security Number: 9994210469)</a></p><p><b>serviceProvider</b>: <a href=\"Organization-Test1OrganizationHerzJesuKrankenhaus.html\">Organization Herz Jesu-Krankenhaus</a></p><p><b>actualPeriod</b>: 2024-02-22 19:33:00+0200 --> (ongoing)</p><blockquote><p><b>reason</b></p><p><b>use</b>: <span title=\"Codes:{http://hl7.org/fhir/encounter-reason-use RV}\">Reason for Visit</span></p><h3>Values</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Concept</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">00</span></td></tr></table></blockquote><blockquote><p><b>diagnosis</b></p><h3>Conditions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Reference</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Condition-Test1Condition1.html\">Condition Sleep apnoea</a></td></tr></table></blockquote><h3>Admissions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Extension</b></td><td><b>Origin</b></td></tr><tr><td style=\"display: none\">*</td><td/><td><a href=\"Organization-Test1OrganizationUeberweisendeOrganisation.html\">Organization HJK Interne Ambulanz</a></td></tr></table></div>"
},
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "VN"
}
]
},
"system" : "urn:oid:1.3.6.1.4.1.36124.5.914",
"value" : "1024000028",
"assigner" : {
🔗 "reference" : "Organization/Test1OrganizationHerzJesuKrankenhaus"
}
}
],
"status" : "in-progress",
"subject" : {
🔗 "reference" : "Patient/Test1Patient"
},
"serviceProvider" : {
🔗 "reference" : "Organization/Test1OrganizationHerzJesuKrankenhaus"
},
"actualPeriod" : {
"start" : "2024-02-22T19:33:00+02:00"
},
"reason" : [
{
"use" : [
{
"coding" : [
{
"system" : "http://hl7.org/fhir/encounter-reason-use",
"code" : "RV"
}
]
}
],
"value" : [
{
"concept" : {
"coding" : [
{
"code" : "00"
}
]
}
}
]
}
],
"diagnosis" : [
{
"condition" : [
{
"reference" : {
🔗 "reference" : "Condition/Test1Condition1"
}
}
]
}
],
"admission" : {
"extension" : [
{
"url" : "http://example.org/StructureDefinition/moped-ext-zugangsart",
"valueCoding" : {
"code" : "A"
}
}
],
"origin" : {
🔗 "reference" : "Organization/Test1OrganizationUeberweisendeOrganisation"
}
}
}