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

FHIR IG Statistics: StructureDefinition/NLLAnnotation.StructureDefinition

Packagepoc.bonsai.current
Resource TypeStructureDefinition
IdNLLAnnotation.StructureDefinition
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=poc.bonsai.current@1.1.0&canonical=http://electronichealth.se/fhir/StructureDefinition/NLLAnnotation
URLhttp://electronichealth.se/fhir/StructureDefinition/NLLAnnotation
Version1.0.0
Statusactive
Date2022-01-14
NameNLLAnnotation
TypeAnnotation
Kindcomplex-type

Resources that use this resource

StructureDefinition
NLLMedicationRequestNLLMedicationRequest

Resources that this resource uses

StructureDefinition
NLLMedReqNoteTypeNLLMedReqNoteType

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "url": "http://electronichealth.se/fhir/StructureDefinition/NLLAnnotation",
  "version": "1.0.0",
  "name": "NLLAnnotation",
  "status": "active",
  "date": "2022-01-14",
  "publisher": "Swedish eHealth Agency",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "v2",
      "uri": "http://hl7.org/v2",
      "name": "HL7 v2 Mapping"
    },
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    }
  ],
  "kind": "complex-type",
  "abstract": false,
  "type": "Annotation",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Annotation",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Annotation.extension",
        "path": "Annotation.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        },
        "min": 1
      },
      {
        "id": "Annotation.extension:nllMedReqNoteType",
        "path": "Annotation.extension",
        "sliceName": "nllMedReqNoteType",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://electronichealth.se/fhir/StructureDefinition/NLLMedReqNoteType"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Annotation.extension:nllMedReqNoteType.value[x]",
        "path": "Annotation.extension.value[x]",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Annotation.text",
        "path": "Annotation.text",
        "mustSupport": true
      }
    ]
  }
}