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

FHIR IG analytics

Packagehl7.eu.fhir.protect-child
Resource TypeObservation
IdObservation-ExampleDonorAgeObservation1.json
FHIR VersionR4

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

Generated Narrative: Observation ExampleDonorAgeObservation1

status: Final

category: Survey

code: Patient demographics panel (age)

subject: Anonymous Patient Male, DoB: 2000-01-20 ( https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/ids/donor#DON-001)

effective: 2025-01-01

component

code: Age

value: 25 years (Details: UCUM codea = 'a')

component

code: Patient age in months

value: 300 months (Details: UCUM codemo = 'mo')


Source1

{
  "resourceType": "Observation",
  "id": "ExampleDonorAgeObservation1",
  "meta": {
    "profile": [
      "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/patient-demographics-observation"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "survey"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/patient-observations-panel-cs",
        "code": "patient-demographics-panel",
        "display": "Patient demographics panel (age)"
      }
    ]
  },
  "subject": {
    "reference": "Patient/ExampleDonor1"
  },
  "effectiveDateTime": "2025-01-01",
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "30525-0",
            "display": "Age"
          }
        ]
      },
      "valueQuantity": {
        "value": 25,
        "unit": "years",
        "system": "http://unitsofmeasure.org",
        "code": "a"
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/patient-observations-panel-cs",
            "code": "age-months",
            "display": "Patient age in months"
          }
        ]
      },
      "valueQuantity": {
        "value": 300,
        "unit": "months",
        "system": "http://unitsofmeasure.org",
        "code": "mo"
      }
    }
  ]
}