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

FHIR IG analytics

Packagenictiz.fhir.nl.stu3.geboortezorg
Resource TypeEpisodeOfCare
IdMaternalRecord.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": "dossier-example",
  "meta": {
    "profile": [
      "http://fhir.nl/fhir/StructureDefinition/nl-core-episodeofcare",
      "http://nictiz.nl/fhir/StructureDefinition/bc-MaternalRecord"
    ]
  },
  "identifier": [
    {
      "system": "urn:oid:2.16.840.1.113883.2.4.3.11.999.7.6",
      "value": "72365"
    }
  ],
  "status": "finished",
  "type": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "364320009",
          "display": "observatie betreffende zwangerschap (waarneembare entiteit)"
        }
      ]
    }
  ],
  "diagnosis": [
    {
      "condition": {
        "reference": "Condition/examplezwanger1"
      }
    }
  ],
  "patient": {
    "reference": "Patient/example",
    "display": "Example Patient"
  },
  "managingOrganization": {
    "reference": "Organization/ziekenhuis",
    "display": "Ziekenhuis"
  },
  "period": {
    "start": "2015-11-10",
    "end": "2016-08-04"
  },
  "careManager": {
    "extension": [
      {
        "url": "http://nictiz.nl/fhir/StructureDefinition/practitionerrole-reference",
        "valueReference": {
          "reference": "PractitionerRole/zorgverlener-gyn",
          "display": "Dr. Gyn Gynaecoloog"
        }
      }
    ],
    "reference": "Practitioner/zorgverlener-gyn",
    "display": "Dr. Gyn"
  }
}