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

FHIR IG analytics

Packagenictiz.fhir.nl.stu3.geboortezorg
Resource TypeEncounter
IdPostnatalFollowUp.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": "Encounter",
  "id": "postnatalefollowup",
  "meta": {
    "profile": [
      "http://nictiz.nl/fhir/StructureDefinition/bc-Encounter"
    ]
  },
  "status": "finished",
  "class": {
    "extension": [
      {
        "url": "http://nictiz.nl/fhir/StructureDefinition/code-specification",
        "valueCodeableConcept": {
          "coding": [
            {
              "system": "http://hl7.org/fhir/v3/ActCode",
              "code": "AMB",
              "display": "Ambulatory"
            }
          ],
          "text": "Poliklinisch"
        }
      }
    ]
  },
  "type": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "384636006",
          "display": "maternaal postnataal onderzoek 6 weken na bevalling (verrichting)"
        }
      ]
    }
  ],
  "subject": {
    "reference": "Patient/XXX-VDWOUDEN"
  },
  "episodeOfCare": [
    {
      "reference": "EpisodeOfCare/wouden-dossier-zwanger1"
    }
  ],
  "participant": [
    {
      "individual": {
        "extension": [
          {
            "url": "http://nictiz.nl/fhir/StructureDefinition/practitionerrole-reference",
            "valueReference": {
              "reference": "PractitionerRole/zorgverlener-janssen-verloskundigenpraktijk-B"
            }
          }
        ]
      }
    }
  ],
  "period": {
    "start": "2016-04-03T14:30:00+01:00"
  },
  "diagnosis": [
    {
      "condition": {
        "reference": "Condition/wouden-zwanger3"
      }
    }
  ]
}