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

FHIR IG analytics

Packagesk.registry.core.r5
Resource TypeObservation
IdObservation-AgeAtOnsetObservationExample.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": "AgeAtOnsetObservationExample",
  "meta": {
    "profile": [
      "http://testSK.org/StructureDefinition/age-at-onset-observation-profile"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "445518008",
        "display": "Age at onset of clinical finding (observable entity)"
      }
    ]
  },
  "subject": {
    "reference": "Patient/example-patient"
  },
  "encounter": {
    "reference": "Encounter/StrokeEncounterExample"
  },
  "_valueInteger": {
    "value": 65
  }
}