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

FHIR IG analytics

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

分類: Social History ( Observation Category Codes#social-history)

項目:Occupation [Type] ( LOINCCodes#85658-3)

病人Patient/PatientDCR-min "王童"

職業:服務業

就醫事件Encounter/EncounterDCR-min


Source1

{
  "resourceType": "Observation",
  "id": "ObservationOccupationDCR-min",
  "meta": {
    "profile": [
      "https://fhir.cohesiondata.com/clinemr/StructureDefinition/observationoccupation-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": "85658-3",
        "display": "Occupation [Type]"
      }
    ],
    "text": "Occupation [Type]"
  },
  "subject": {
    "reference": "Patient/PatientDCR-min"
  },
  "encounter": {
    "reference": "Encounter/EncounterDCR-min"
  },
  "valueCodeableConcept": {
    "text": "服務業"
  }
}