{
"description": null,
"_filename": "profile-cr-observation.StructureDefinition.json",
"package_name": "synapxe.sgcdi",
"date": null,
"derivation": "constraint",
"publisher": null,
"fhirVersion": "5.0.0",
"name": "Observation",
"abstract": false,
"type": "Observation",
"experimental": null,
"resourceType": "StructureDefinition",
"title": null,
"package_version": "1.1.2",
"status": "active",
"id": "dfbd2327-30ba-4034-8859-7195826b42e8",
"kind": "resource",
"url": "https://fhir.synapxe.sg/StructureDefinition/profile-cr-observation",
"version": null,
"differential": {
"element": [ {
"id": "Observation.meta",
"path": "Observation.meta"
}, {
"id": "Observation.meta.profile",
"max": "1",
"path": "Observation.meta.profile"
}, {
"id": "Observation.modifierExtension",
"max": "0",
"path": "Observation.modifierExtension"
}, {
"id": "Observation.identifier",
"min": 1,
"path": "Observation.identifier",
"type": [ {
"code": "Identifier",
"profile": [ "https://fhir.synapxe.sg/StructureDefinition/profile-identifier" ]
} ],
"short": "An identifier intended for computation",
"slicing": {
"rules": "open",
"discriminator": [ {
"path": "system",
"type": "value"
} ]
},
"definition": "An identifier - identifies some entity uniquely and unambiguously. Typically this is used for business identifiers."
}, {
"id": "Observation.identifier:investigationId",
"max": "1",
"min": 1,
"path": "Observation.identifier",
"type": [ {
"code": "Identifier",
"profile": [ "https://fhir.synapxe.sg/StructureDefinition/profile-identifier" ]
} ],
"short": "Business Identifier for observation",
"sliceName": "investigationId",
"definition": "A unique identifier assigned to this observation."
}, {
"id": "Observation.identifier:investigationId.system",
"path": "Observation.identifier.system",
"fixedUri": "https://fhir.synapxe.sg/NamingSystem/investigation-id"
}, {
"id": "Observation.identifier:sequenceNo",
"max": "1",
"min": 1,
"path": "Observation.identifier",
"type": [ {
"code": "Identifier",
"profile": [ "https://fhir.synapxe.sg/StructureDefinition/profile-identifier" ]
} ],
"short": "Business Identifier for observation",
"sliceName": "sequenceNo",
"definition": "A unique identifier assigned to this observation."
}, {
"id": "Observation.identifier:sequenceNo.system",
"path": "Observation.identifier.system",
"fixedUri": "https://fhir.synapxe.sg/NamingSystem/sequence-no"
}, {
"id": "Observation.instantiates[x]",
"max": "0",
"path": "Observation.instantiates[x]"
}, {
"id": "Observation.basedOn",
"max": "0",
"path": "Observation.basedOn"
}, {
"id": "Observation.triggeredBy",
"max": "0",
"path": "Observation.triggeredBy"
}, {
"id": "Observation.partOf",
"max": "0",
"path": "Observation.partOf"
}, {
"id": "Observation.category",
"max": "0",
"path": "Observation.category",
"type": [ {
"code": "CodeableConcept",
"profile": [ "https://fhir.synapxe.sg/StructureDefinition/profile-codeableconcept" ]
} ]
}, {
"id": "Observation.code",
"path": "Observation.code",
"type": [ {
"code": "CodeableConcept",
"profile": [ "https://fhir.synapxe.sg/StructureDefinition/profile-codeableconcept" ]
} ]
}, {
"id": "Observation.code.extension",
"max": "0",
"path": "Observation.code.extension"
}, {
"id": "Observation.subject",
"max": "0",
"path": "Observation.subject",
"type": [ {
"code": "Reference",
"profile": [ "https://fhir.synapxe.sg/StructureDefinition/profile-reference-patient" ],
"targetProfile": [ "https://fhir.synapxe.sg/StructureDefinition/profile-patient" ]
} ]
}, {
"id": "Observation.focus",
"max": "0",
"path": "Observation.focus"
}, {
"id": "Observation.encounter",
"max": "0",
"path": "Observation.encounter"
}, {
"id": "Observation.effective[x]",
"max": "0",
"path": "Observation.effective[x]",
"type": [ {
"code": "dateTime"
} ]
}, {
"id": "Observation.issued",
"max": "0",
"path": "Observation.issued"
}, {
"id": "Observation.performer",
"max": "0",
"path": "Observation.performer",
"type": [ {
"code": "Reference",
"profile": [ "https://fhir.synapxe.sg/StructureDefinition/profile-reference-organization" ],
"targetProfile": [ "https://fhir.synapxe.sg/StructureDefinition/profile-organization" ]
} ]
}, {
"id": "Observation.performer.display",
"min": 1,
"path": "Observation.performer.display"
}, {
"id": "Observation.value[x]",
"path": "Observation.value[x]",
"type": [ {
"code": "Quantity"
}, {
"code": "CodeableConcept"
}, {
"code": "string"
} ]
}, {
"id": "Observation.dataAbsentReason",
"max": "0",
"path": "Observation.dataAbsentReason"
}, {
"id": "Observation.interpretation",
"max": "1",
"path": "Observation.interpretation",
"type": [ {
"code": "CodeableConcept",
"profile": [ "https://fhir.synapxe.sg/StructureDefinition/profile-codeableconcept" ]
} ]
}, {
"id": "Observation.interpretation.extension",
"max": "0",
"path": "Observation.interpretation.extension"
}, {
"id": "Observation.note",
"max": "1",
"path": "Observation.note",
"type": [ {
"code": "Annotation",
"profile": [ "https://fhir.synapxe.sg/StructureDefinition/profile-annotation" ]
} ]
}, {
"id": "Observation.bodySite",
"max": "0",
"path": "Observation.bodySite"
}, {
"id": "Observation.bodySite.id",
"max": "0",
"path": "Observation.bodySite.id"
}, {
"id": "Observation.bodySite.extension",
"max": "0",
"path": "Observation.bodySite.extension"
}, {
"id": "Observation.bodySite.coding",
"max": "1",
"min": 1,
"path": "Observation.bodySite.coding"
}, {
"id": "Observation.bodySite.coding.id",
"max": "0",
"path": "Observation.bodySite.coding.id"
}, {
"id": "Observation.bodySite.coding.extension",
"max": "0",
"path": "Observation.bodySite.coding.extension"
}, {
"id": "Observation.bodySite.coding.system",
"min": 1,
"path": "Observation.bodySite.coding.system"
}, {
"id": "Observation.bodySite.coding.version",
"max": "0",
"path": "Observation.bodySite.coding.version"
}, {
"id": "Observation.bodySite.coding.code",
"min": 1,
"path": "Observation.bodySite.coding.code"
}, {
"id": "Observation.bodySite.coding.display",
"min": 1,
"path": "Observation.bodySite.coding.display"
}, {
"id": "Observation.bodySite.coding.userSelected",
"max": "0",
"path": "Observation.bodySite.coding.userSelected"
}, {
"id": "Observation.bodySite.text",
"max": "0",
"path": "Observation.bodySite.text"
}, {
"id": "Observation.bodyStructure",
"max": "0",
"path": "Observation.bodyStructure"
}, {
"id": "Observation.method",
"path": "Observation.method",
"type": [ {
"code": "CodeableConcept",
"profile": [ "https://fhir.synapxe.sg/StructureDefinition/profile-codeableconcept" ]
} ]
}, {
"id": "Observation.method.extension",
"max": "0",
"path": "Observation.method.extension"
}, {
"id": "Observation.method.coding.version",
"max": "0",
"path": "Observation.method.coding.version"
}, {
"id": "Observation.specimen",
"max": "0",
"path": "Observation.specimen",
"type": [ {
"code": "Reference",
"targetProfile": [ "https://fhir.synapxe.sg/StructureDefinition/profile-specimen" ]
} ]
}, {
"id": "Observation.device",
"max": "0",
"path": "Observation.device",
"type": [ {
"code": "Reference",
"targetProfile": [ "https://fhir.synapxe.sg/StructureDefinition/profile-device" ]
} ]
}, {
"id": "Observation.referenceRange.id",
"max": "0",
"path": "Observation.referenceRange.id"
}, {
"id": "Observation.referenceRange.extension",
"max": "0",
"path": "Observation.referenceRange.extension"
}, {
"id": "Observation.referenceRange.modifierExtension",
"max": "0",
"path": "Observation.referenceRange.modifierExtension"
}, {
"id": "Observation.referenceRange.normalValue",
"max": "0",
"path": "Observation.referenceRange.normalValue"
}, {
"id": "Observation.referenceRange.type",
"path": "Observation.referenceRange.type",
"type": [ {
"code": "CodeableConcept",
"profile": [ "https://fhir.synapxe.sg/StructureDefinition/profile-codeableconcept" ]
} ]
}, {
"id": "Observation.referenceRange.appliesTo",
"max": "0",
"path": "Observation.referenceRange.appliesTo"
}, {
"id": "Observation.referenceRange.age.id",
"max": "0",
"path": "Observation.referenceRange.age.id"
}, {
"id": "Observation.referenceRange.age.extension",
"max": "0",
"path": "Observation.referenceRange.age.extension"
}, {
"id": "Observation.hasMember",
"max": "0",
"path": "Observation.hasMember"
}, {
"id": "Observation.derivedFrom",
"max": "0",
"path": "Observation.derivedFrom"
}, {
"id": "Observation.component",
"max": "0",
"path": "Observation.component"
}, {
"id": "Observation.component.id",
"max": "0",
"path": "Observation.component.id"
}, {
"id": "Observation.component.extension",
"max": "0",
"path": "Observation.component.extension"
}, {
"id": "Observation.component.modifierExtension",
"max": "0",
"path": "Observation.component.modifierExtension"
}, {
"id": "Observation.component.code",
"path": "Observation.component.code",
"type": [ {
"code": "CodeableConcept",
"profile": [ "https://fhir.synapxe.sg/StructureDefinition/profile-codeableconcept" ]
} ]
}, {
"id": "Observation.component.code.extension",
"max": "0",
"path": "Observation.component.code.extension"
}, {
"id": "Observation.component.code.coding.version",
"max": "0",
"path": "Observation.component.code.coding.version"
}, {
"id": "Observation.component.value[x]",
"min": 1,
"path": "Observation.component.value[x]"
}, {
"id": "Observation.component.dataAbsentReason",
"max": "0",
"path": "Observation.component.dataAbsentReason"
}, {
"id": "Observation.component.interpretation",
"max": "0",
"path": "Observation.component.interpretation"
}, {
"id": "Observation.component.referenceRange",
"max": "0",
"path": "Observation.component.referenceRange"
} ]
},
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Observation"
}