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

FHIR IG analytics

Packagetw.gov.mohw.emr
Resource TypeComposition
IdComposition-IC-Com8.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


Source1

{
  "resourceType": "Composition",
  "id": "IC-Com8",
  "meta": {
    "profile": [
      "https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/InspectionCheckComposition"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "type": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "11502-2",
        "display": "Laboratory report"
      }
    ],
    "text": "檢驗檢查"
  },
  "subject": {
    "reference": "Patient/IC-Pat2"
  },
  "encounter": {
    "reference": "Encounter/IC-Enc6"
  },
  "date": "2023-01-04T13:01:56+08:00",
  "author": [
    {
      "reference": "Organization/IC-Org1"
    },
    {
      "reference": "Practitioner/IC-Pra5"
    },
    {
      "reference": "Practitioner/IC-Pra7"
    }
  ],
  "title": "檢驗檢查",
  "section": [
    {
      "title": "檢驗檢查中的檢驗資料",
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "30954-2"
          }
        ]
      },
      "entry": [
        {
          "reference": "Observation/IC-Obs3"
        },
        {
          "reference": "Specimen/IC-Spe4"
        }
      ]
    }
  ]
}