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

FHIR IG analytics

Packagehl7.fhir.us.icsr-ae-reporting
Resource TypeObservation
IdObservation-BESTPatientAgeGroup.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

Resource Observation "BESTPatientAgeGroup"

Profile: Descriptive Age Group for the Patient

status: final

code: Age group (LOINC#46251-5)

subject: Patient/BESTPatient " CM"

value: Adult (unknown#5)


Source1

{
  "resourceType": "Observation",
  "id": "BESTPatientAgeGroup",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/icsr-ae-reporting/StructureDefinition/icsr-patientagegroup"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "46251-5",
        "display": "Age group"
      }
    ]
  },
  "subject": {
    "reference": "Patient/BESTPatient"
  },
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "urn:oid:2.16.840.1.113883.3.989.2.1.1.9",
        "code": "5",
        "display": "Adult"
      }
    ]
  }
}