FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagebasisprofil.tiplu.de.r4
Resource TypeAccount
IdAccount-TipluAbrechnungsfallDRG.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Account",
  "id": "TipluAbrechnungsfallDRG",
  "meta": {
    "profile": [
      "https://tiplu.de/fhir/StructureDefinition/TipluAbrechnungsfall"
    ]
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "VN"
          }
        ]
      },
      "system": "https://test.krankenhaus.de/fhir/sid/fallnr",
      "value": "0123456789"
    }
  ],
  "extension": [
    {
      "url": "https://tiplu.de/fhir/StructureDefinition/Beatmungsstunden",
      "valueInteger": 23
    },
    {
      "url": "https://tiplu.de/fhir/StructureDefinition/VerweildauerIntensiv",
      "valueDecimal": 3.75
    },
    {
      "url": "https://tiplu.de/fhir/StructureDefinition/Pflegetage",
      "valueInteger": 7
    },
    {
      "url": "https://tiplu.de/fhir/StructureDefinition/Beurlaubungstage",
      "valueInteger": 1
    },
    {
      "url": "https://tiplu.de/fhir/StructureDefinition/TageOhneBerechnung",
      "valueInteger": 1
    },
    {
      "extension": [
        {
          "url": "value",
          "valueInteger": 1
        },
        {
          "url": "description",
          "valueString": "Freigegeben zur Vidierung"
        }
      ],
      "url": "https://tiplu.de/fhir/StructureDefinition/Vidierstufe"
    }
  ],
  "status": "active",
  "type": {
    "coding": [
      {
        "code": "AMB",
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode"
      }
    ]
  },
  "subject": [
    {
      "reference": "Patient/PatientinMusterfrau"
    }
  ]
}