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

FHIR IG analytics

Packagenictiz.fhir.nl.stu3.geboortezorg
Resource TypeProcedure
IdObstetricProcedure-PrenatalExamination.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": "Procedure",
  "id": "prenataal-onderzoek",
  "meta": {
    "profile": [
      "http://nictiz.nl/fhir/StructureDefinition/bc-ObstetricProcedure"
    ]
  },
  "status": "completed",
  "category": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "386637004",
        "display": "obstetrische verrichting (verrichting)"
      }
    ]
  },
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "18114009",
        "display": "prenataal onderzoek en zorg voor moeder (verrichting)"
      }
    ]
  },
  "subject": {
    "reference": "Patient/EXAMPLE",
    "display": "Example"
  },
  "context": {
    "reference": "EpisodeOfCare/example",
    "display": "Zwangerschapsdossier"
  },
  "performedPeriod": {
    "start": "2016-02-19",
    "end": "2016-02-20"
  }
}