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

FHIR IG analytics

Packagese.electronichealth.fhir.nll.r4
Resource TypeStructureDefinition
IdNLLAmountDescription.StructureDefinition.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=se.electronichealth.fhir.nll.r4@1.2.0&canonical=http://electronichealth.se/fhir/StructureDefinition/NLLAmountDescription
URLhttp://electronichealth.se/fhir/StructureDefinition/NLLAmountDescription
Version1.0.0
Statusactive
Date2022-01-13
NameNLLAmountDescription
TypeExtension
Kindcomplex-type

Resources that use this resource

StructureDefinition
se.electronichealth.fhir.nll.r4#1.2.0NLLMedicationNLLMedication

Resources that this resource uses

No resources found


Examples of Use for Extension

No extension usage examples found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "StructureDefinition",
  "url": "http://electronichealth.se/fhir/StructureDefinition/NLLAmountDescription",
  "version": "1.0.0",
  "name": "NLLAmountDescription",
  "status": "active",
  "date": "2022-01-13",
  "publisher": "Swedish eHealth Agency",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "EHM",
      "name": "E-hälsomyndigheten concept"
    }
  ],
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "Medication.amount"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "short": "Human readable amount description",
        "definition": "Human readable description including amount and unit",
        "mapping": [
          {
            "identity": "EHM",
            "map": "Antal klartext"
          }
        ]
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://electronichealth.se/fhir/StructureDefinition/NLLAmountDescription"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "comment": "Maximum string length: 50",
        "type": [
          {
            "code": "string"
          }
        ],
        "maxLength": 50,
        "mapping": [
          {
            "identity": "EHM",
            "map": "Antal klartext"
          }
        ]
      }
    ]
  }
}