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

FHIR IG analytics

Packagehl7.fhir.us.birthdefectreporting
Resource TypeObservation
IdObservation-FatherEducationExample.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 FatherEducationExample

status: Final

code: Highest level of education Father

subject: Melanie Aurora Boucher (official) Female, DoB: 2020-08-08 ( Medical record number)

focus: RelatedPerson Gordon Boucher

effective: 2019-12-02

performer: RelatedPerson Gordon Boucher

value: Some College education


Source1

{
  "resourceType": "Observation",
  "id": "FatherEducationExample",
  "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/PatientNewbornExample"
  },
  "focus": [
    {
      "reference": "RelatedPerson/FatherRelatedPersonBirthingExample"
    }
  ],
  "effectiveDateTime": "2019-12-02",
  "performer": [
    {
      "reference": "RelatedPerson/FatherRelatedPersonBirthingExample"
    }
  ],
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-EducationLevel",
        "code": "SCOL"
      }
    ]
  }
}