FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagelogex.internal.fhir.profiles
Resource TypeEpisodeOfCare
Idmrdm-episode-of-care-example.json
FHIR VersionR3

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "EpisodeOfCare",
  "id": "TF-RmIZt2NIRRwPIjz7GC-GBE2M",
  "identifier": [
    {
      "system": "http://mrdm.nl/survey/dcra",
      "value": "TF-RmIZt2NIRRwPIjz7GC-GBE2M"
    }
  ],
  "status": "active",
  "patient": {
    "reference": "Patient/Pt-TF-RmIZt2NIRRwPIjz7GC-GBE2M"
  },
  "managingOrganization": {
    "reference": "Organization/test-org-90001",
    "identifier": {
      "system": "http://mrdm.nl/fhir/CodeSystem/mrdm-HealthcareProvidersNL",
      "value": "90001"
    }
  },
  "meta": {
    "tag": [
      {
        "system": "http://mrdm.nl/fhir/CodeSystem/date-created-codesystem",
        "display": "2021-06-09T11:07:34+02:00"
      },
      {
        "system": "http://mrdm.nl/fhir/registry-id",
        "display": "dhfa-2023"
      },
      {
        "system": "http://mrdm.nl/fhir/project-xml-version",
        "version": "0.8"
      }
    ],
    "profile": [
      "http://mrdm.nl/fhir/StructureDefinition/mrdm-episodeofcare"
    ]
  }
}