FHIR IG analytics
Resources that use this resource
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
- Include these codes as defined in
http://hl7.org/fhir/narrative-status version 📦4.0.1| Code | Display | Definition |
| additional | additional | The 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. |
| generated | generated | The contents of the narrative are entirely generated from the core elements in the content. |
Source1
{
"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"
}
]
}
]
}
}