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

FHIR IG analytics

Packagenictiz.fhir.nl.stu3.geboortezorg
Resource TypeCarePlan
IdCareAgreement.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": "CarePlan",
  "id": "careagreement",
  "meta": {
    "lastUpdated": "2022-01-21T11:13:27.8278049+00:00",
    "profile": [
      "http://nictiz.nl/fhir/StructureDefinition/bc-CareAgreement"
    ]
  },
  "status": "active",
  "intent": "plan",
  "category": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "288834001",
          "display": "instemmen met zorgplan (verrichting)"
        }
      ]
    }
  ],
  "subject": {
    "reference": "Patient/example",
    "display": "Example"
  },
  "context": {
    "reference": "EpisodeOfCare/zwangerschap1",
    "display": "Zwangerschap 1"
  },
  "period": {
    "start": "2016-02-20",
    "end": "2016-06-16"
  },
  "author": [
    {
      "extension": [
        {
          "url": "http://nictiz.nl/fhir/StructureDefinition/practitionerrole-reference",
          "valueReference": {
            "reference": "PractitionerRole/ZorgverlenerA",
            "display": "Zorgverlener A"
          }
        },
        {
          "url": "http://nictiz.nl/fhir/StructureDefinition/bc-careplan-isCoordinator",
          "valueBoolean": true
        },
        {
          "url": "http://nictiz.nl/fhir/StructureDefinition/bc-careplan-isContributor",
          "valueBoolean": true
        }
      ],
      "reference": "Practitioner/ZorgverlenerA",
      "display": "Zorgverlener A"
    },
    {
      "extension": [
        {
          "url": "http://nictiz.nl/fhir/StructureDefinition/bc-careplan-isContributor",
          "valueBoolean": true
        }
      ],
      "reference": "Patient/example",
      "display": "Example"
    },
    {
      "extension": [
        {
          "url": "http://nictiz.nl/fhir/StructureDefinition/bc-careplan-isContributor",
          "valueBoolean": true
        }
      ],
      "reference": "RelatedPerson/partner",
      "display": "Partner"
    }
  ],
  "addresses": [
    {
      "reference": "Condition/complicatieZwangerschap",
      "display": "Complicatie zwangerschap"
    }
  ],
  "activity": [
    {
      "detail": {
        "code": {
          "text": "elke week zelf bloeddruk thuis meten"
        },
        "status": "in-progress",
        "performer": [
          {
            "reference": "Patient/example",
            "display": "Example"
          }
        ],
        "description": "Elke week op dezelfde tijd na 5 minuten rust de bloeddruk meten en noteren"
      }
    }
  ]
}