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

FHIR IG Statistics: StructureDefinition/Comment

Packagenictiz.fhir.nl.stu3.zib2017
Resource TypeStructureDefinition
IdComment
FHIR VersionR3
Sourcehttps://simplifier.net/resolve?scope=nictiz.fhir.nl.stu3.zib2017@2.3.0&canonical=http://nictiz.nl/fhir/StructureDefinition/Comment
URLhttp://nictiz.nl/fhir/StructureDefinition/Comment
Version1.0.2
Statusactive
NameComment
TitleComment
Realmnl
Authorityhl7
DescriptionMany Dutch Health and Care Information models (Dutch: Zorginformatiebouwsteen or zib) have a comment concept. This concept can not be mapped to all the HCIM's respective FHIR resources. This extension provides a generic method to extend profiles with a comment element.
PurposeNeed to extend some FHIR resources with an additional unstructured comment value.
CopyrightCC0
TypeExtension
Kindcomplex-type

Resources that use this resource

StructureDefinition
BgZ-PatientBgZ-Patient
bc-Encounterbc-Encounter
bc-MaternalRecordbc-MaternalRecord
bc-PregnancyUltraSoundbc-PregnancyUltraSound
bc-TreatmentDirectivebc-TreatmentDirective
nl-core-careplannl-core-careplan

Resources that this resource uses

No resources found


Examples of Use for Extension

ResourceVersion
Consent/162R3
Consent/190c12af-49d4-4553-8009-c816ab622a3eR3
Consent/2.16.840.1.113883.2.4.3.124.7.42348.3.21230000026449R3
Consent/21R3
Consent/eCSfaTk2.C2TeVxgQk.zOgw3R3
Consent/eGuoY.m8DiRaUvsn.5w5Etg3R3

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "Comment",
  "url": "http://nictiz.nl/fhir/StructureDefinition/Comment",
  "version": "1.0.2",
  "name": "Comment",
  "title": "Comment",
  "status": "active",
  "publisher": "Nictiz",
  "contact": [
    {
      "name": "Nictiz",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.nictiz.nl",
          "use": "work"
        }
      ]
    }
  ],
  "description": "Many Dutch Health and Care Information models (Dutch: Zorginformatiebouwsteen or zib) have a comment concept. This concept can not be mapped to all the HCIM's respective FHIR resources. This extension provides a generic method to extend profiles with a comment element.",
  "purpose": "Need to extend some FHIR resources with an additional unstructured comment value.",
  "copyright": "CC0",
  "fhirVersion": "3.0.2",
  "kind": "complex-type",
  "abstract": false,
  "contextType": "resource",
  "context": [
    "*"
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "short": "Comment",
        "alias": [
          "Toelichting"
        ]
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://nictiz.nl/fhir/StructureDefinition/Comment"
      },
      {
        "id": "Extension.value[x]:valueString",
        "path": "Extension.valueString",
        "sliceName": "valueString",
        "code": [
          {
            "system": "http://loinc.org",
            "code": "48767-8",
            "display": "Annotation comment [Interpretation] Narrative"
          }
        ],
        "short": "Comment",
        "alias": [
          "Toelichting"
        ],
        "type": [
          {
            "code": "string"
          }
        ]
      }
    ]
  }
}