FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/narrative-status

Packagetw.gov.mohw.twcore
Resource TypeValueSet
Idnarrative-status
FHIR VersionR4
Sourcehttps://twcore.mohw.gov.tw/ig/twcore/https://build.fhir.org/ig/MOHW-TWCoreIG/cctwFHIRterm/ValueSet-narrative-status.html
URLhttps://twcore.mohw.gov.tw/ig/twcore/ValueSet/narrative-status
Version0.3.0
Statusactive
Date2024-08-31
NameTWNarrativeStatus
Title臺灣衛福部資訊處Narrative狀態值集
Realmtw
Authoritynational
Description臺灣衛福部資訊處Narrative狀態值集

Resources that use this resource

StructureDefinition
CarePlan-twcoreTW Core CarePlan

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet narrative-status

  • Include these codes as defined in http://hl7.org/fhir/narrative-status
    CodeDisplayDefinition
    additionaladditionalThe contents of the narrative may contain additional information not found in the structured data. Note that there is no computable way to determine what the extra information is, other than by human inspection.
    generatedgeneratedThe contents of the narrative are entirely generated from the core elements in the content.

Source

{
  "resourceType": "ValueSet",
  "id": "narrative-status",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://twcore.mohw.gov.tw/ig/twcore/ValueSet/narrative-status",
  "version": "0.3.0",
  "name": "TWNarrativeStatus",
  "title": "臺灣衛福部資訊處Narrative狀態值集",
  "status": "active",
  "experimental": false,
  "date": "2024-08-31",
  "contact": [
    {
      "name": "衛生福利部",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.mohw.gov.tw/"
        },
        {
          "system": "email",
          "value": "CCYU@mohw.gov.tw"
        }
      ]
    }
  ],
  "description": "臺灣衛福部資訊處Narrative狀態值集",
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/narrative-status",
        "concept": [
          {
            "code": "additional",
            "display": "additional"
          },
          {
            "code": "generated",
            "display": "generated"
          }
        ]
      }
    ]
  }
}