| Package | tw.gov.mohw.twcore |
| Resource Type | CodeSystem |
| Id | provenance-participant-type-tw |
| FHIR Version | R4 |
| Source | https://twcore.mohw.gov.tw/ig/twcore/https://build.fhir.org/ig/MOHW-TWCoreIG/cctwFHIRterm/CodeSystem-provenance-participant-type-tw.html |
| URL | https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/provenance-participant-type-tw |
| Version | 2024-08-31 |
| Status | active |
| Date | 2024-08-31 |
| Name | TWProvenancePaticipantType |
| Title | 臺灣衛福部資訊處Provenance參與類型 |
| Realm | tw |
| Authority | national |
| Description | 臺灣衛福部資訊處Provenance參與類型。 |
| Copyright | 衛生福利部資訊處 |
| Content | complete |
| ValueSet | |
| provenance-participant-type-hl7-tw | HL7 Provenance participant type + 臺灣衛福部資訊處Provenance參與類型 |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem provenance-participant-type-tw
Properties
This code system defines the following properties for its concepts
| Name | Code | URI | Type | Description |
| effectiveDate | effectiveDate | http://hl7.org/fhir/concept-properties#effectiveDate | dateTime | 生效日期 |
| status | status | http://hl7.org/fhir/concept-properties#status | code | 狀態 |
Concepts
This case-sensitive code system https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/provenance-participant-type-tw defines the following code:
| Code | Display | Definition | effectiveDate | status |
| transmitter | Transmitter | The entity that provided the copy to your system. | 2024-08-31 | active |
{
"resourceType": "CodeSystem",
"id": "provenance-participant-type-tw",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/provenance-participant-type-tw",
"version": "2024-08-31",
"name": "TWProvenancePaticipantType",
"title": "臺灣衛福部資訊處Provenance參與類型",
"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": "臺灣衛福部資訊處Provenance參與類型。",
"copyright": "衛生福利部資訊處",
"caseSensitive": true,
"content": "complete",
"count": 1,
"property": [
{
"code": "effectiveDate",
"uri": "http://hl7.org/fhir/concept-properties#effectiveDate",
"description": "生效日期",
"type": "dateTime"
},
{
"code": "status",
"uri": "http://hl7.org/fhir/concept-properties#status",
"description": "狀態",
"type": "code"
}
],
"concept": [
{
"code": "transmitter",
"display": "Transmitter",
"definition": "The entity that provided the copy to your system.",
"property": [
{
"code": "effectiveDate",
"valueDateTime": "2024-08-31"
},
{
"code": "status",
"valueCode": "active"
}
]
}
]
}