FHIR IG analytics| Package | synapxe.nde |
| Resource Type | StructureDefinition |
| Id | ExtensionNoteType.StructureDefinition.json |
| FHIR Version | R5 |
| Source | https://simplifier.net/resolve?scope=synapxe.nde@1.0.0&canonical=https://fhir.synapxe.sg/StructureDefinition/ext-notetype |
| URL | https://fhir.synapxe.sg/StructureDefinition/ext-notetype |
| Status | draft |
| Name | NoteType |
| Type | Extension |
| Kind | complex-type |
| StructureDefinition | |
| profile-patientmedicationlist | PatientMedicationList |
No resources found
No extension usage examples found
No narrative content found in resource
{
"resourceType": "StructureDefinition",
"url": "https://fhir.synapxe.sg/StructureDefinition/ext-notetype",
"name": "NoteType",
"status": "draft",
"fhirVersion": "5.0.0",
"kind": "complex-type",
"abstract": false,
"context": [
{
"type": "element",
"expression": "List.note"
}
],
"type": "Extension",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "Extension.id",
"path": "Extension.id",
"max": "0"
},
{
"id": "Extension.extension",
"path": "Extension.extension",
"max": "0"
},
{
"id": "Extension.url",
"path": "Extension.url",
"fixedUri": "https://fhir.synapxe.sg/StructureDefinition/ext-notetype"
},
{
"id": "Extension.value[x]",
"path": "Extension.value[x]",
"min": 1,
"type": [
{
"code": "code"
}
],
"example": [
{
"label": "patient",
"valueCode": "patient"
},
{
"label": "practitioner",
"valueCode": "practitioner"
}
],
"condition": [
"ele-2"
],
"constraint": [
{
"key": "ele-2",
"severity": "error",
"human": "Must be 'patient' or 'practitioner'",
"expression": "$this = 'patient' or $this = 'practitioner'"
}
]
},
{
"id": "Extension.value[x].extension",
"path": "Extension.value[x].extension",
"max": "0"
}
]
}
}