FHIR IG Statistics: StructureDefinition/Encounter-adultcheck
Resources that use this resource
Resources that this resource uses
Narrative
No narrative content found in resource
Source
{
"resourceType": "StructureDefinition",
"id": "Encounter-adultcheck",
"url": "https://tstifhir.azurehealthcareapis.com/StructureDefinition/Encounter-adultcheck",
"version": "0.1.0",
"name": "EncounterAdultCheck",
"title": "Encounter - AdultCheck",
"status": "active",
"date": "2023-07-21T22:42:36+08:00",
"description": "此Encounter AdultCheck Profile說明成人預防保健兩階段檢查就醫紀錄",
"fhirVersion": "4.0.1",
"mapping": [
{
"identity": "workflow",
"uri": "http://hl7.org/fhir/workflow",
"name": "Workflow Pattern"
},
{
"identity": "rim",
"uri": "http://hl7.org/v3",
"name": "RIM Mapping"
},
{
"identity": "w5",
"uri": "http://hl7.org/fhir/fivews",
"name": "FiveWs Pattern Mapping"
},
{
"identity": "v2",
"uri": "http://hl7.org/v2",
"name": "HL7 v2 Mapping"
}
],
"kind": "resource",
"abstract": false,
"type": "Encounter",
"baseDefinition": "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Encounter-twcore",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "Encounter.identifier",
"path": "Encounter.identifier",
"slicing": {
"discriminator": [
{
"type": "value",
"path": "type.coding.code"
},
{
"type": "value",
"path": "type.coding.system"
}
],
"rules": "open"
},
"min": 1
},
{
"id": "Encounter.identifier:medicalrecordNumber",
"path": "Encounter.identifier",
"sliceName": "medicalrecordNumber",
"short": "適用該就醫紀錄之就診序號",
"definition": "適用於該就醫紀錄之就診序號",
"requirements": "病人幾乎總是被指定一個特定的數值型的唯一識別碼(identifier)",
"min": 0,
"max": "1",
"mustSupport": true
},
{
"id": "Encounter.identifier:medicalrecordNumber.use",
"path": "Encounter.identifier.use",
"patternCode": "official",
"mustSupport": true,
"binding": {
"strength": "required",
"valueSet": "http://hl7.org/fhir/ValueSet/identifier-use|4.0.1",
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString": "IdentifierUse"
}
],
"description": "如果知道,請說明此識別碼的目的;應填入[IdentifierUse](http://hl7.org/fhir/R4/valueset-identifier-use.html)代碼表中的其中一個代碼。"
}
},
{
"id": "Encounter.identifier:medicalrecordNumber.type",
"path": "Encounter.identifier.type",
"short": "身份識別碼(identifier)的型別說明",
"definition": "識別碼的代碼型別,用於決定特定目適用的識別碼。",
"min": 1,
"mustSupport": true,
"binding": {
"strength": "required",
"valueSet": "https://twcore.mohw.gov.tw/ig/twcore/ValueSet/identifier-type-tw",
"description": "識別碼的型別,用於決定特定目的所適用的識別碼;應填入[臺灣識別碼類型值集](https://twcore.mohw.gov.tw/ig/twcore/ValueSet-identifier-type-tw.html)代碼表中適合的代碼,確定無適合的代碼才可以使用其他代碼中的代碼來表示。"
}
},
{
"id": "Encounter.identifier:medicalrecordNumber.type.id",
"path": "Encounter.identifier.type.id",
"definition": "resource中資料項目的唯一ID(用於內部參照),這可以是任何不含空格的字串。"
},
{
"id": "Encounter.identifier:medicalrecordNumber.type.coding.system",
"path": "Encounter.identifier.type.coding.system",
"min": 1,
"patternUri": "http://terminology.hl7.org/CodeSystem/v2-0203"
},
{
"id": "Encounter.identifier:medicalrecordNumber.type.coding.code",
"path": "Encounter.identifier.type.coding.code",
"min": 1,
"patternCode": "MRT"
},
{
"id": "Encounter.identifier:medicalrecordNumber.system",
"path": "Encounter.identifier.system",
"short": "就診序號發號者/機構/單位"
},
{
"id": "Encounter.identifier:medicalrecordNumber.value",
"path": "Encounter.identifier.value",
"short": "唯一值。\r\n例如:就診序號為0123456789",
"comment": "如果此值是一個完整的URI,那麼此系統 **必須(SHALL)** 是urn:ietf:rfc:3986。此值的主要目的是為了可運算的對應。因此,為了比較的目的,它可能會被正規化(例如:去除不重要的空白、破折號等)。一個為人顯示的格式化的值可以使用[Rendered Value](http://hl7.org/fhir/R4/extension-rendered-value.html)擴充來傳達。除非對Identifier.system的了解使處理者確信不區分大小寫的處理是安全的,否則Identifier.value應被視為區分大小寫。"
},
{
"id": "Encounter.identifier:medicalrecordNumber.period",
"path": "Encounter.identifier.period",
"short": "此身份識別碼(identifier)的使用效期"
},
{
"id": "Encounter.status",
"path": "Encounter.status",
"patternCode": "finished"
},
{
"id": "Encounter.statusHistory",
"path": "Encounter.statusHistory",
"short": "紀錄兩階段檢查時間",
"definition": "紀錄兩階段檢查時間-第一階段檢查&第二階段檢查",
"max": "2",
"mustSupport": true
},
{
"id": "Encounter.class.system",
"path": "Encounter.class.system",
"patternUri": "http://terminology.hl7.org/CodeSystem/v3-ActCode"
},
{
"id": "Encounter.class.code",
"path": "Encounter.class.code",
"patternCode": "AMB"
},
{
"id": "Encounter.class.display",
"path": "Encounter.class.display",
"patternString": "ambulatory"
},
{
"id": "Encounter.serviceType",
"path": "Encounter.serviceType",
"min": 1
},
{
"id": "Encounter.serviceType.coding.system",
"path": "Encounter.serviceType.coding.system",
"patternUri": "http://terminology.hl7.org/CodeSystem/service-type"
},
{
"id": "Encounter.serviceType.coding.code",
"path": "Encounter.serviceType.coding.code",
"patternCode": "562"
},
{
"id": "Encounter.serviceType.coding.display",
"path": "Encounter.serviceType.coding.display",
"patternString": "Test Message"
},
{
"id": "Encounter.subject",
"path": "Encounter.subject",
"min": 1,
"type": [
{
"code": "Reference",
"targetProfile": [
"https://tstifhir.azurehealthcareapis.com/StructureDefinition/Patient-adultcheck"
]
}
]
},
{
"id": "Encounter.serviceProvider",
"path": "Encounter.serviceProvider",
"min": 1
}
]
}
}