FHIR IG Statistics: StructureDefinition/RangePTCore
Resources that use this resource
Resources that this resource uses
Narrative
No narrative content found in resource
Source
{
"resourceType": "StructureDefinition",
"id": "RangePTCore",
"url": "https://spms.min-saude.pt/fhir-r4B/iop/StructureDefinition/RangePTCore",
"version": "1.0.0",
"name": "RangePTCore",
"title": "Range PT Core",
"status": "draft",
"date": "2024-05-09T10:04:59.8275569+00:00",
"publisher": "SPMS",
"contact": [
{
"name": "Interoperabilidade Semântica",
"telecom": [
{
"system": "url",
"value": "https://www.spms.min-saude.pt"
}
]
}
],
"fhirVersion": "4.3.0",
"kind": "complex-type",
"abstract": false,
"type": "Range",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Range",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "Range.low",
"path": "Range.low",
"type": [
{
"code": "Quantity",
"profile": [
"https://spms.min-saude.pt/fhir-r4B/iop/StructureDefinition/SimpleQuantityPTCore"
]
}
]
},
{
"id": "Range.high",
"path": "Range.high",
"type": [
{
"code": "Quantity",
"profile": [
"https://spms.min-saude.pt/fhir-r4B/iop/StructureDefinition/SimpleQuantityPTCore"
]
}
]
}
]
}
}