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

FHIR IG Statistics: StructureDefinition/pattern-GstdSimpleQuantity

Packagenictiz.fhir.nl.r4.zib2020
TypeStructureDefinition
Idpattern-GstdSimpleQuantity
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=nictiz.fhir.nl.r4.zib2020@0.12.0-beta.1&canonical=http://nictiz.nl/fhir/StructureDefinition/pattern-GstdSimpleQuantity
URLhttp://nictiz.nl/fhir/StructureDefinition/pattern-GstdSimpleQuantity
Statusdraft
NamePatternGstdSimpleQuantity
TitleG-Standard SimpleQuantity
Realmnl
Authorityhl7
DescriptionA SimpleQuantity datatype profile to add a SimpleQuantity translation in G-Standard units using the HL7 core iso21090-PQ-translation extension. The extension MAY be used to additionally add translations expressed in a different unit from a different unit code system (e.g. NHG table Gebruiksvoorschriften (Table 25)).
PurposeThis profile provides a uniform way to include the iso21090-PQ-translation extension to provide a SimpleQuantity based on G-Standard units.
CopyrightCopyright and related rights waived via CC0, https://creativecommons.org/publicdomain/zero/1.0/. This does not apply to information from third parties, for example a medical terminology system. The implementer alone is responsible for identifying and obtaining any necessary licenses or authorizations to utilize third party IP in connection with the specification or otherwise.
TypeQuantity
Kindcomplex-type

Resources that use this resource

StructureDefinition
mp-DispenseRequestmp DispenseRequest
mp-InstructionsForUse.DosageInstructionsmp InstructionsForUse.DosageInstructions
mp-MedicationAdministration2mp MedicationAdministration2
mp-MedicationDispensemp MedicationDispense
mp-PharmaceuticalProductmp PharmaceuticalProduct

Resources that this resource uses

ValueSet
2.16.840.1.113883.2.4.3.11.60.20.77.11.27--20160830202453G-Standaard thesaurus met eenheden

Narrative

Note: links and images are rebased to the (stated) source

No narrative is provided for definitional resources. A human-readable rendering can be found in the implementation guide(s) where this resource is used.

Source

{
  "resourceType": "StructureDefinition",
  "id": "pattern-GstdSimpleQuantity",
  "text": {
    "status": "empty",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://nictiz.nl/fhir/StructureDefinition/pattern-GstdSimpleQuantity",
  "name": "PatternGstdSimpleQuantity",
  "title": "G-Standard SimpleQuantity",
  "status": "draft",
  "publisher": "Nictiz",
  "contact": [
    {
      "name": "Nictiz",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.nictiz.nl",
          "use": "work"
        }
      ]
    }
  ],
  "description": "A SimpleQuantity datatype profile to add a SimpleQuantity translation in G-Standard units using the HL7 core iso21090-PQ-translation extension. The extension MAY be used to additionally add translations expressed in a different unit from a different unit code system (e.g. NHG table Gebruiksvoorschriften (Table 25)).",
  "purpose": "This profile provides a uniform way to include the iso21090-PQ-translation extension to provide a SimpleQuantity based on G-Standard units.",
  "copyright": "Copyright and related rights waived via CC0, https://creativecommons.org/publicdomain/zero/1.0/. This does not apply to information from third parties, for example a medical terminology system. The implementer alone is responsible for identifying and obtaining any necessary licenses or authorizations to utilize third party IP in connection with the specification or otherwise.",
  "fhirVersion": "4.0.1",
  "kind": "complex-type",
  "abstract": false,
  "type": "Quantity",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/SimpleQuantity",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Quantity.extension:gstdSimpleQuantity",
        "path": "Quantity.extension",
        "sliceName": "gstdSimpleQuantity",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://hl7.org/fhir/StructureDefinition/iso21090-PQ-translation"
            ]
          }
        ]
      },
      {
        "id": "Quantity.extension:gstdSimpleQuantity.value[x]",
        "path": "Quantity.extension.value[x]",
        "definition": "A SimpleQuantity translation in G-Standard units. The extension MAY be used to additionally add translations expressed in a different unit from a different unit code system (e.g. NHG table Gebruiksvoorschriften (Table 25)).",
        "type": [
          {
            "code": "Quantity",
            "profile": [
              "http://hl7.org/fhir/StructureDefinition/SimpleQuantity"
            ]
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSet": "http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.20.77.11.27--20160830202453"
        }
      }
    ]
  }
}