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

FHIR IG Statistics: StructureDefinition/gp-EncounterReport

Packagenictiz.fhir.nl.stu3.zib2015
Resource TypeStructureDefinition
Idgp-EncounterReport
FHIR VersionR3
Sourcehttps://simplifier.net/resolve?scope=nictiz.fhir.nl.stu3.zib2015@1.0.0&canonical=http://nictiz.nl/fhir/StructureDefinition/gp-EncounterReport
URLhttp://nictiz.nl/fhir/StructureDefinition/gp-EncounterReport
Statusretired
Date2018-01-11T14:44:39.2508418+01:00
Namegp-EncounterReport
Titlegp-EncounterReport
Realmnl
DescriptionThe general practitioner encounter report is an S-O-A-P (Subjective, Objective, Assessment, Plan) structured report of a patient encounter. S-O-A-P is known as S-O-E-P (Subjectief, Objectief, Evaluatie, Plan) in Dutch. Each Composition.section corresponds with a letter from SOAP and may additionally be ICPC coded using the appropriate extension. If the encounter report relates to an episode of care then the association with EpisodeOfCare shall be in Composition.event.detail.
CopyrightCC0
TypeComposition
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
code-icpc-1-nlcode-icpc-1-nl
composition-nlnl-core-composition
ValueSet
2.16.840.1.113883.2.4.3.11.60.103.11.2--20111012000000JournaalregelType

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "gp-EncounterReport",
  "meta": {
    "lastUpdated": "2018-01-11T15:13:44.905+01:00"
  },
  "url": "http://nictiz.nl/fhir/StructureDefinition/gp-EncounterReport",
  "name": "gp-EncounterReport",
  "title": "gp-EncounterReport",
  "status": "retired",
  "date": "2018-01-11T14:44:39.2508418+01:00",
  "contact": [
    {
      "name": "Nictiz",
      "telecom": [
        {
          "system": "email",
          "value": "info@nictiz.nl",
          "use": "work"
        }
      ]
    }
  ],
  "description": "The general practitioner encounter report is an S-O-A-P (Subjective, Objective, Assessment, Plan) structured report of a patient encounter. S-O-A-P is known as S-O-E-P (Subjectief, Objectief, Evaluatie, Plan) in Dutch. Each Composition.section corresponds with a letter from SOAP and may additionally be ICPC coded using the appropriate extension. If the encounter report relates to an episode of care then the association with EpisodeOfCare shall be in Composition.event.detail.",
  "copyright": "CC0",
  "fhirVersion": "3.0.0",
  "kind": "resource",
  "abstract": false,
  "type": "Composition",
  "baseDefinition": "http://nictiz.nl/fhir/StructureDefinition/composition-nl",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Composition",
        "path": "Composition"
      },
      {
        "id": "Composition.type",
        "path": "Composition.type"
      },
      {
        "id": "Composition.type.coding.system",
        "path": "Composition.type.coding.system",
        "fixedUri": "http://loinc.org"
      },
      {
        "id": "Composition.type.coding.code",
        "path": "Composition.type.coding.code",
        "fixedCode": "67781-5"
      },
      {
        "id": "Composition.encounter",
        "path": "Composition.encounter",
        "min": 1
      },
      {
        "id": "Composition.title",
        "path": "Composition.title",
        "definition": "Official human-readable label for the composition. Suggested value is either episode title, or the ICPC display name on the E-entry"
      },
      {
        "id": "Composition.section",
        "path": "Composition.section"
      },
      {
        "id": "Composition.section.extension",
        "path": "Composition.section.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Composition.section.extension:code_icpc_1_nl",
        "path": "Composition.section.extension",
        "sliceName": "code_icpc_1_nl",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": "http://nictiz.nl/fhir/StructureDefinition/code-icpc-1-nl"
          }
        ]
      },
      {
        "id": "Composition.section.code",
        "path": "Composition.section.code",
        "min": 1,
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "CompositionSectionType"
            }
          ],
          "strength": "required",
          "valueSetReference": {
            "reference": "http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.103.11.2--20111012000000",
            "display": "JournaalregelType"
          }
        }
      },
      {
        "id": "Composition.section.text",
        "path": "Composition.section.text",
        "min": 1
      },
      {
        "id": "Composition.section.entry",
        "path": "Composition.section.entry",
        "definition": "A reference to data that supports this section. Examples of references could be a diagnostic result on the \"O\" entry, or a medication agreement or a care plan on the \"P\" entry."
      }
    ]
  }
}