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

FHIR IG Statistics: StructureDefinition/VVIS-Period-GeneralPractitionerEffectivePeriod.Extension.StructureDefinition

Packagenhs.fhir.lv.vvis
Resource TypeStructureDefinition
IdVVIS-Period-GeneralPractitionerEffectivePeriod.Extension.StructureDefinition
FHIR VersionR4B
Sourcehttps://simplifier.net/resolve?scope=nhs.fhir.lv.vvis@0.1.0-test&canonical=https://vvis.gov.lv/fhir/StructureDefinition/Period/GeneralPractitionerEffectivePeriod
URLhttps://vvis.gov.lv/fhir/StructureDefinition/Period/GeneralPractitionerEffectivePeriod
Version1
Statusactive
NameGeneralPractitionerEffectivePeriod
TitleEffective Period
DescriptionThe period during which the resource content was or is planned to be effective.
TypeExtension
Kindcomplex-type

Resources that use this resource

StructureDefinition
LVPatientLVPatient

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


Source

{
  "resourceType": "StructureDefinition",
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "fhir"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 1
    }
  ],
  "url": "https://vvis.gov.lv/fhir/StructureDefinition/Period/GeneralPractitionerEffectivePeriod",
  "version": "1",
  "name": "GeneralPractitionerEffectivePeriod",
  "title": "Effective Period",
  "status": "active",
  "publisher": "NHS Latvia",
  "description": "The period during which the resource content was or is planned to be effective.",
  "fhirVersion": "4.3.0",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    }
  ],
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "StructureDefinition"
    },
    {
      "type": "element",
      "expression": "StructureMap"
    },
    {
      "type": "element",
      "expression": "CapabilityStatement"
    },
    {
      "type": "element",
      "expression": "OperationDefinition"
    },
    {
      "type": "element",
      "expression": "SearchParameter"
    },
    {
      "type": "element",
      "expression": "CompartmentDefinition"
    },
    {
      "type": "element",
      "expression": "ImplementationGuide"
    },
    {
      "type": "element",
      "expression": "CodeSystem"
    },
    {
      "type": "element",
      "expression": "ValueSet"
    },
    {
      "type": "element",
      "expression": "ConceptMap"
    },
    {
      "type": "element",
      "expression": "NamingSystem"
    },
    {
      "type": "fhirpath",
      "expression": "Practitioner.active"
    },
    {
      "type": "element",
      "expression": "Patient.generalPractitioner"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "short": "The effective date range for the resource",
        "definition": "The period during which the resource content was or is planned to be effective.",
        "comment": "The effective period for a resource  determines when the content is applicable for usage and is independent of publication and review dates. For example, a measure intended to be used for the year 2016 would be published in 2015.",
        "mustSupport": true
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "https://vvis.gov.lv/fhir/StructureDefinition/Period/GeneralPractitionerEffectivePeriod"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "type": [
          {
            "code": "Period"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Extension.value[x].start",
        "path": "Extension.value[x].start",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Extension.value[x].end",
        "path": "Extension.value[x].end",
        "mustSupport": true
      }
    ]
  }
}