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

FHIR IG analytics

Packagede.gevko.evo.hlm
Resource TypeObservation
IdObservation-example.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": "00000009",
  "meta": {
    "profile": [
      "https://fhir.gevko.de/StructureDefinition/EVO_PR_KHB_B_Observation|0.9.0"
    ]
  },
  "status": "preliminary",
  "code": {
    "coding": [
      {
        "system": "https://fhir.gevko.de/CodeSystem/EVO_CS_FOR_Section_Type",
        "code": "Hinweise"
      }
    ]
  },
  "subject": {
    "reference": "https://[FHIR-SERVER-URL]/Patient/00000001"
  },
  "effectiveDateTime": "2020-07-30T10:12:21Z",
  "performer": [
    {
      "reference": "https://[FHIR-SERVER-URL]/Practitioner/00000002"
    }
  ],
  "valueString": "Fragestellung/Hinweise Freitext"
}