| Package | myhealthway.main.r4 |
| Resource Type | StructureDefinition |
| Id | ObservationExam.StructureDefinition |
| FHIR Version | R4 |
| Source | https://simplifier.net/resolve?scope=myhealthway.main.r4@0.0.12-beta&canonical=https://simplifier.net/fhir/MyHealthWay/StructureDefinition/ObservationExam |
| URL | https://simplifier.net/fhir/MyHealthWay/StructureDefinition/ObservationExam |
| Version | 0.0.1 |
| Status | draft |
| Date | 2023-04-25T00:20:14.4989839+00:00 |
| Name | ObservationExam |
| Type | Observation |
| Kind | resource |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "StructureDefinition",
"url": "https://simplifier.net/fhir/MyHealthWay/StructureDefinition/ObservationExam",
"version": "0.0.1",
"name": "ObservationExam",
"status": "draft",
"date": "2023-04-25T00:20:14.4989839+00:00",
"fhirVersion": "4.0.1",
"kind": "resource",
"abstract": false,
"type": "Observation",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Observation",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "Observation.identifier",
"path": "Observation.identifier",
"min": 1,
"max": "1"
},
{
"id": "Observation.identifier.use",
"path": "Observation.identifier.use",
"max": "0"
},
{
"id": "Observation.identifier.type",
"path": "Observation.identifier.type",
"max": "0"
},
{
"id": "Observation.identifier.system",
"path": "Observation.identifier.system",
"min": 1
},
{
"id": "Observation.identifier.value",
"path": "Observation.identifier.value",
"min": 1
},
{
"id": "Observation.identifier.period",
"path": "Observation.identifier.period",
"max": "0"
},
{
"id": "Observation.identifier.assigner",
"path": "Observation.identifier.assigner",
"max": "0"
},
{
"id": "Observation.basedOn",
"path": "Observation.basedOn",
"max": "0"
},
{
"id": "Observation.partOf",
"path": "Observation.partOf",
"max": "0"
},
{
"id": "Observation.status",
"path": "Observation.status",
"fixedCode": "final"
},
{
"id": "Observation.category",
"path": "Observation.category",
"min": 1,
"max": "1"
},
{
"id": "Observation.category.coding",
"path": "Observation.category.coding",
"min": 1
},
{
"id": "Observation.category.coding.system",
"path": "Observation.category.coding.system",
"min": 1,
"fixedUri": "http://terminology.hl7.org/CodeSystem/observation-category"
},
{
"id": "Observation.category.coding.version",
"path": "Observation.category.coding.version",
"max": "0"
},
{
"id": "Observation.category.coding.code",
"path": "Observation.category.coding.code",
"min": 1,
"fixedCode": "exam"
},
{
"id": "Observation.category.coding.display",
"path": "Observation.category.coding.display",
"max": "0"
},
{
"id": "Observation.category.coding.userSelected",
"path": "Observation.category.coding.userSelected",
"max": "0"
},
{
"id": "Observation.category.text",
"path": "Observation.category.text",
"max": "0"
},
{
"id": "Observation.code.coding.system",
"path": "Observation.code.coding.system",
"min": 1,
"fixedUri": "https://hira.or.kr/CodeSystem/result-code"
},
{
"id": "Observation.code.coding.version",
"path": "Observation.code.coding.version",
"max": "0"
},
{
"id": "Observation.code.coding.code",
"path": "Observation.code.coding.code",
"min": 1
},
{
"id": "Observation.code.coding.userSelected",
"path": "Observation.code.coding.userSelected",
"max": "0"
},
{
"id": "Observation.subject",
"path": "Observation.subject",
"min": 1
},
{
"id": "Observation.subject.reference",
"path": "Observation.subject.reference",
"min": 1
},
{
"id": "Observation.subject.type",
"path": "Observation.subject.type",
"max": "0"
},
{
"id": "Observation.subject.identifier",
"path": "Observation.subject.identifier",
"max": "0"
},
{
"id": "Observation.subject.display",
"path": "Observation.subject.display",
"max": "0"
},
{
"id": "Observation.focus",
"path": "Observation.focus",
"max": "0"
},
{
"id": "Observation.encounter",
"path": "Observation.encounter",
"min": 1
},
{
"id": "Observation.encounter.reference",
"path": "Observation.encounter.reference",
"min": 1
},
{
"id": "Observation.encounter.type",
"path": "Observation.encounter.type",
"max": "0"
},
{
"id": "Observation.encounter.identifier",
"path": "Observation.encounter.identifier",
"max": "0"
},
{
"id": "Observation.encounter.display",
"path": "Observation.encounter.display",
"max": "0"
},
{
"id": "Observation.effective[x]",
"path": "Observation.effective[x]",
"min": 1,
"type": [
{
"code": "dateTime"
}
]
},
{
"id": "Observation.issued",
"path": "Observation.issued",
"max": "0"
},
{
"id": "Observation.performer.reference",
"path": "Observation.performer.reference",
"min": 1
},
{
"id": "Observation.performer.type",
"path": "Observation.performer.type",
"max": "0"
},
{
"id": "Observation.performer.identifier",
"path": "Observation.performer.identifier",
"max": "0"
},
{
"id": "Observation.performer.display",
"path": "Observation.performer.display",
"max": "0"
},
{
"id": "Observation.value[x]",
"path": "Observation.value[x]",
"slicing": {
"discriminator": [
{
"type": "type",
"path": "$this"
}
],
"rules": "open"
}
},
{
"id": "Observation.value[x]:valueQuantity",
"path": "Observation.value[x]",
"sliceName": "valueQuantity",
"type": [
{
"code": "Quantity"
}
]
},
{
"id": "Observation.value[x]:valueQuantity.value",
"path": "Observation.value[x].value",
"min": 1
},
{
"id": "Observation.value[x]:valueQuantity.comparator",
"path": "Observation.value[x].comparator",
"max": "0"
},
{
"id": "Observation.value[x]:valueQuantity.unit",
"path": "Observation.value[x].unit",
"min": 1
},
{
"id": "Observation.value[x]:valueQuantity.system",
"path": "Observation.value[x].system",
"fixedUri": "http://unitsofmeasure.org"
},
{
"id": "Observation.value[x]:valueString",
"path": "Observation.value[x]",
"sliceName": "valueString",
"type": [
{
"code": "string"
}
]
},
{
"id": "Observation.dataAbsentReason.coding.system",
"path": "Observation.dataAbsentReason.coding.system",
"min": 1,
"fixedUri": "http://terminology.hl7.org/CodeSystem/data-absent-reason"
},
{
"id": "Observation.dataAbsentReason.coding.version",
"path": "Observation.dataAbsentReason.coding.version",
"max": "0"
},
{
"id": "Observation.dataAbsentReason.coding.code",
"path": "Observation.dataAbsentReason.coding.code",
"min": 1
},
{
"id": "Observation.dataAbsentReason.coding.display",
"path": "Observation.dataAbsentReason.coding.display",
"max": "0"
},
{
"id": "Observation.dataAbsentReason.coding.userSelected",
"path": "Observation.dataAbsentReason.coding.userSelected",
"max": "0"
},
{
"id": "Observation.dataAbsentReason.text",
"path": "Observation.dataAbsentReason.text",
"max": "0"
},
{
"id": "Observation.interpretation",
"path": "Observation.interpretation",
"max": "0"
},
{
"id": "Observation.note",
"path": "Observation.note",
"max": "0"
},
{
"id": "Observation.bodySite",
"path": "Observation.bodySite",
"max": "0"
},
{
"id": "Observation.method",
"path": "Observation.method",
"max": "0"
},
{
"id": "Observation.specimen",
"path": "Observation.specimen",
"max": "0"
},
{
"id": "Observation.device",
"path": "Observation.device",
"max": "0"
},
{
"id": "Observation.referenceRange.low.system",
"path": "Observation.referenceRange.low.system",
"max": "0"
},
{
"id": "Observation.referenceRange.low.code",
"path": "Observation.referenceRange.low.code",
"max": "0"
},
{
"id": "Observation.referenceRange.high.system",
"path": "Observation.referenceRange.high.system",
"max": "0"
},
{
"id": "Observation.referenceRange.high.code",
"path": "Observation.referenceRange.high.code",
"max": "0"
},
{
"id": "Observation.referenceRange.type",
"path": "Observation.referenceRange.type",
"max": "0"
},
{
"id": "Observation.referenceRange.appliesTo",
"path": "Observation.referenceRange.appliesTo",
"max": "0"
},
{
"id": "Observation.referenceRange.age",
"path": "Observation.referenceRange.age",
"max": "0"
},
{
"id": "Observation.hasMember",
"path": "Observation.hasMember",
"max": "0"
},
{
"id": "Observation.derivedFrom.reference",
"path": "Observation.derivedFrom.reference",
"min": 1
},
{
"id": "Observation.derivedFrom.type",
"path": "Observation.derivedFrom.type",
"max": "0"
},
{
"id": "Observation.derivedFrom.identifier",
"path": "Observation.derivedFrom.identifier",
"max": "0"
},
{
"id": "Observation.derivedFrom.display",
"path": "Observation.derivedFrom.display",
"max": "0"
},
{
"id": "Observation.component",
"path": "Observation.component",
"max": "0"
}
]
}
}