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

FHIR IG Statistics: StructureDefinition/MyEncounter.StructureDefinition

Packagefhir.ig.mc
Resource TypeStructureDefinition
IdMyEncounter.StructureDefinition
FHIR VersionR4B
Sourcehttps://simplifier.net/resolve?scope=fhir.ig.mc@1.0.0&canonical=https://m-creations.com/fhir/StructureDefinition/EncounterMc
URLhttps://m-creations.com/fhir/StructureDefinition/EncounterMc
Version1.0.0
Statusdraft
Date2023-12-04T11:56:59.9620009+00:00
NameEncounterMc
Realmus
Authorityhl7
TypeEncounter
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

No human-readable text provided in this case.

Source

{
  "resourceType": "StructureDefinition",
  "text": {
    "status": "empty",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://m-creations.com/fhir/StructureDefinition/EncounterMc",
  "version": "1.0.0",
  "name": "EncounterMc",
  "status": "draft",
  "date": "2023-12-04T11:56:59.9620009+00:00",
  "fhirVersion": "4.3.0",
  "kind": "resource",
  "abstract": false,
  "type": "Encounter",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Encounter",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Encounter.subject",
        "path": "Encounter.subject",
        "min": 1
      },
      {
        "id": "Encounter.participant",
        "path": "Encounter.participant",
        "min": 1
      },
      {
        "id": "Encounter.participant.individual",
        "path": "Encounter.participant.individual",
        "min": 1,
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Practitioner"
            ]
          }
        ]
      },
      {
        "id": "Encounter.period",
        "path": "Encounter.period",
        "min": 1
      }
    ]
  }
}