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

FHIR IG Statistics: StructureDefinition/pattern-GstdQuantity

Packagenictiz.fhir.nl.r4.zib2020
TypeStructureDefinition
Idpattern-GstdQuantity
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=nictiz.fhir.nl.r4.zib2020@0.12.0-beta.1&canonical=http://nictiz.nl/fhir/StructureDefinition/pattern-GstdQuantity
URLhttp://nictiz.nl/fhir/StructureDefinition/pattern-GstdQuantity
Statusdraft
NamePatternGstdQuantity
TitleG-Standard Quantity
Realmnl
Authorityhl7
DescriptionA Quantity datatype profile to add a Quantity 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 Quantity 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
zib-PharmaceuticalProductzib 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-GstdQuantity",
  "text": {
    "status": "empty",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://nictiz.nl/fhir/StructureDefinition/pattern-GstdQuantity",
  "name": "PatternGstdQuantity",
  "title": "G-Standard Quantity",
  "status": "draft",
  "publisher": "Nictiz",
  "contact": [
    {
      "name": "Nictiz",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.nictiz.nl",
          "use": "work"
        }
      ]
    }
  ],
  "description": "A Quantity datatype profile to add a Quantity 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 Quantity 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/Quantity",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Quantity.extension:gstdQuantity",
        "path": "Quantity.extension",
        "sliceName": "gstdQuantity",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://hl7.org/fhir/StructureDefinition/iso21090-PQ-translation"
            ]
          }
        ]
      },
      {
        "id": "Quantity.extension:gstdQuantity.value[x]",
        "path": "Quantity.extension.value[x]",
        "definition": "A Quantity 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)).",
        "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"
        }
      }
    ]
  }
}