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

FHIR IG analytics

Packagenictiz.fhir.nl.stu3.geboortezorg
Resource TypeProcedureRequest
IdMultidisciplinaryTeamMeetingCarePlan-ProposedTreatment.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": "ProcedureRequest",
  "id": "MultidisciplinaryTeamMeetingPlan-ProposedTreatment",
  "meta": {
    "profile": [
      "http://nictiz.nl/fhir/StructureDefinition/zib-ProcedureRequest"
    ]
  },
  "status": "active",
  "intent": "plan",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "240977001",
        "display": "Biopsy of skin (procedure)"
      }
    ]
  },
  "subject": {
    "reference": "Patient/example",
    "display": "Example"
  }
}