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

FHIR IG analytics

Packagede.basisprofil.r4
Resource TypeObservation
IdObservation-Example-grad-der-behinderung.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": "Observation",
  "id": "Example-grad-der-behinderung",
  "meta": {
    "profile": [
      "http://fhir.de/StructureDefinition/GradDerBehinderung"
    ]
  },
  "code": {
    "coding": [
      {
        "code": "116149007",
        "system": "http://snomed.info/sct"
      }
    ]
  },
  "status": "final",
  "subject": {
    "reference": "Patient/example"
  },
  "valueInteger": 100,
  "component": [
    {
      "code": {
        "coding": [
          {
            "code": "G",
            "system": "http://fhir.de/CodeSystem/merkzeichen-de"
          }
        ]
      },
      "valueBoolean": true
    },
    {
      "code": {
        "coding": [
          {
            "code": "H",
            "system": "http://fhir.de/CodeSystem/merkzeichen-de"
          }
        ]
      },
      "valueBoolean": true
    }
  ]
}