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

FHIR IG analytics

Packagede.gevko.evo.hlm
Resource TypeObservation
IdPathologyNote.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_FOR_Hinweise_Freitext|0.9.0"
    ]
  },
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "34819-3",
        "display": "Pathology Note"
      }
    ]
  },
  "subject": {
    "reference": "https://FHIR-SERVER-URL/Patient/00000001"
  },
  "performer": [
    {
      "reference": "https://FHIR-SERVER-URL/Practitioner/00000002"
    }
  ],
  "valueString": "Hier stehen Theapieziele, med. Befunde und Hinweise"
}