FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/RangePTCore

Packageportuguese.core.guide
Resource TypeStructureDefinition
IdRangePTCore
FHIR VersionR4B
Sourcehttps://simplifier.net/resolve?scope=portuguese.core.guide@1.0.0&canonical=https://spms.min-saude.pt/fhir-r4B/iop/StructureDefinition/RangePTCore
URLhttps://spms.min-saude.pt/fhir-r4B/iop/StructureDefinition/RangePTCore
Version1.0.0
Statusdraft
Date2024-05-09T10:04:59.8275569+00:00
NameRangePTCore
TitleRange PT Core
TypeRange
Kindcomplex-type

Resources that use this resource

StructureDefinition
DosagePTCoreDosage PT Core
TimingPTCoreTiming PT Core
AllergyIntolerancePTCoreAllergy Intolerance PT Core
ConditionPTCoreCondition PT Core
ObservationPTCoreObservation PT Core
ProcedurePTCoreProcedure PT Core

Resources that this resource uses

StructureDefinition
SimpleQuantityPTCoreSimpleQuantity PT Core

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