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

FHIR IG analytics

Packagech.fhir.ig.ch-ems
Resource TypeObservation
IdObservation-1-Symptome.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": "1-Symptome",
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "404684003",
        "display": "Clinical finding (finding)"
      }
    ]
  },
  "subject": {
    "reference": "Patient/1-ThomasMueller"
  },
  "encounter": {
    "reference": "Encounter/1-Einsatz"
  },
  "valueCodeableConcept": {
    "text": "Starke Schmerzen in der Brust und im linken Oberarm verspürt."
  }
}