FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageportuguese.use-cases.guide
Resource TypeStructureDefinition
IdRangePTCore.StructureDefinition.json
FHIR VersionR4B

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "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"
            ]
          }
        ]
      }
    ]
  }
}