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

FHIR IG analytics

Packagetw.cohesion.fhir.clinemr
Resource TypeObservation
IdObservation-ObservationEducationLevelTCMCR-min.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

教育程度

狀態:Final ( ObservationStatus#final)

項目:最高教育程度 ( LOINCCodes#80913-7)

病人Patient/PatientTCMCR-min "陳美真"

就醫事件Encounter/EncounterTCMCR-min

執行檢查日期:2010-04-01 17:30:00-0500

教育程度:大專


Source1

{
  "resourceType": "Observation",
  "id": "ObservationEducationLevelTCMCR-min",
  "meta": {
    "profile": [
      "https://fhir.cohesiondata.com/clinemr/StructureDefinition/observationeducationlevel-clinemr"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "social-history"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "80913-7",
        "display": "Highest level of education [US Standard Certificate of Death]"
      }
    ],
    "text": "最高教育程度"
  },
  "subject": {
    "reference": "Patient/PatientTCMCR-min"
  },
  "encounter": {
    "reference": "Encounter/EncounterTCMCR-min"
  },
  "effectiveDateTime": "2010-04-01T17:30:00-05:00",
  "valueCodeableConcept": {
    "text": "大專"
  }
}