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

FHIR IG Statistics: StructureDefinition/Quantity_Profile

PackageCapable.repository
Resource TypeStructureDefinition
IdQuantity_Profile
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=Capable.repository@1.0.1&canonical=http://capable-project.eu/data/fhir/StructureDefinition/Quantity_Profile
URLhttp://capable-project.eu/data/fhir/StructureDefinition/Quantity_Profile
Versionv0
Statusdraft
Date2021-03-08
NameQuantity_Profile
DescriptionFirst attempt to profile the Quantity datatype of the attribute "valueQuantity" of the Observation resources
TypeQuantity
Kindcomplex-type

Resources that use this resource

StructureDefinition
Observation_ProfileObservation_Profile

Resources that this resource uses

ValueSet
units-of-measureUnits of measure

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "url": "http://capable-project.eu/data/fhir/StructureDefinition/Quantity_Profile",
  "version": "v0",
  "name": "Quantity_Profile",
  "status": "draft",
  "date": "2021-03-08",
  "publisher": "Capable team",
  "description": "First attempt to profile the Quantity datatype of the attribute \"valueQuantity\" of the Observation resources",
  "fhirVersion": "4.0.1",
  "kind": "complex-type",
  "abstract": false,
  "type": "Quantity",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Quantity",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Quantity.value",
        "path": "Quantity.value",
        "min": 1
      },
      {
        "id": "Quantity.comparator",
        "path": "Quantity.comparator"
      },
      {
        "id": "Quantity.system",
        "path": "Quantity.system",
        "fixedUri": "http://unitsofmeasure.org"
      },
      {
        "id": "Quantity.code",
        "path": "Quantity.code",
        "binding": {
          "strength": "preferred",
          "valueSet": "http://capable-project.eu/data/fhir/ValueSet/units-of-measure"
        }
      }
    ]
  }
}