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

FHIR IG analytics

Packagesk.registry.core.r5
Resource TypeObservation
IdObservation-SpecificFindingObservationExample.json
FHIR VersionR5

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source


Source1

{
  "resourceType": "Observation",
  "id": "SpecificFindingObservationExample",
  "meta": {
    "profile": [
      "http://testSK.org/StructureDefinition/specific-finding-observation-profile"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "49436004",
        "display": "Atrial fibrillation (disorder)"
      }
    ]
  },
  "subject": {
    "reference": "Patient/example-patient"
  },
  "encounter": {
    "reference": "Encounter/StrokeEncounterExample"
  },
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "http://testSK.org/CodeSystem/afib-flutter-status-cs",
        "code": "detected",
        "display": "Detected"
      }
    ]
  }
}