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

FHIR IG analytics

Packagehl7.fhir.us.bfdr.r4b
Resource TypeObservation
IdObservation-observation-parent-education-level-james-quinn.json
FHIR VersionR4B

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 observation-parent-education-level-james-quinn

status: Final

code: Highest level of education Father

subject: Baby G Quinn (official) Female, DoB: 2019-02-12 ( Medical Record Number: 9932702 (use: usual, ))

focus: RelatedPerson James Brandon Quinn (official)

effective: 2019-12-02

performer: Jada Ann Quinn (official) Female, DoB: 1985-01-15 ( Medical Record Number: 1032702 (use: usual, ))

value: Doctoral or post graduate education


Source1

{
  "resourceType": "Observation",
  "id": "observation-parent-education-level-james-quinn",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/vr-common-library/StructureDefinition/Observation-education-level-vr"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "87300-0",
        "display": "Highest level of education Father"
      }
    ]
  },
  "subject": {
    "reference": "Patient/patient-child-babyg-quinn"
  },
  "focus": [
    {
      "reference": "RelatedPerson/relatedperson-father-natural-james-brandon-quinn"
    }
  ],
  "effectiveDateTime": "2019-12-02",
  "performer": [
    {
      "reference": "Patient/patient-mother-jada-ann-quinn"
    }
  ],
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-EducationLevel",
        "code": "POSTG",
        "display": "Doctoral or post graduate education"
      }
    ],
    "text": "Doctoral or post graduate education"
  }
}