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

FHIR IG analytics

Packagetw.gov.mohw.emr
Resource TypeObservation
IdObservation-ObservationImagingResult.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 ObservationImagingResult

identifier: Accession ID/2ffe0c20-50d8-49df-85f6-6452d1d201b9 (use: official, )

status: Final

category: Imaging

code: Computerized Tomography (CT Scan) of Chest and Abdomen

subject: 胖吉 綠 (official) Male, DoB: 1987-01-01 ( National Person Identifier where the xxx is the ISO table 3166 3-character (alphabetic) country code (use: official, ))

effective: 2023-08-01 17:00:14-0500

performer: Practitioner 大吉 連 (official)

value: LUNGS AND PLEURA: Clear lungs. Normal pulmonary vascularity. No pleural effusion. No pneumothorax.


Source1

{
  "resourceType": "Observation",
  "id": "ObservationImagingResult",
  "meta": {
    "profile": [
      "https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/Observation-Imaging-Result"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "official",
      "type": {
        "coding": [
          {
            "system": "https://twcore.mohw.gov.tw/ig/emr/CodeSystem/ImageIdentifierType",
            "code": "ACSN",
            "display": "Accession ID"
          }
        ]
      },
      "system": "http://www.moi.gov.tw/",
      "value": "2ffe0c20-50d8-49df-85f6-6452d1d201b9"
    }
  ],
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "imaging",
          "display": "Imaging"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "https://twcore.mohw.gov.tw/ig/emr/CodeSystem/ICD-10-procedurecode",
        "code": "BW24ZZZ",
        "display": "Computerized Tomography (CT Scan) of Chest and Abdomen"
      }
    ]
  },
  "subject": {
    "reference": "Patient/TWCorePatient"
  },
  "effectiveDateTime": "2023-08-01T17:00:14-05:00",
  "performer": [
    {
      "reference": "Practitioner/TWCorePractitioner"
    }
  ],
  "valueString": "LUNGS AND PLEURA: Clear lungs. Normal pulmonary vascularity. No pleural effusion. No pneumothorax."
}