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

FHIR IG analytics

Packagenictiz.fhir.nl.stu3.zib2017
Resource TypeProcedureRequest
Idzib-ProcedureRequest-01.json
FHIR VersionR3

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Verrichtingaanvraag. Subject: Johan XXX_Helleman. Id: 1d905889-8fdf-11ec-1904-020000000000 (urn:oid:2.16.840.1.113883.2.4.3.11.999.7.6), Status: actiefIntentie: plan
Biopsy of skin (procedure)
Wanneer: Vanaf 13 maart 2012
Beoogde uitvoerende
Test Medisch Centrum
RedenPigmented nevus, no International Classification of Diseases for Oncology subtype (morphologic abnormality)

Source1

{
  "resourceType": "ProcedureRequest",
  "id": "zib-procedurerequest-01",
  "meta": {
    "profile": [
      "http://nictiz.nl/fhir/StructureDefinition/zib-ProcedureRequest"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "urn:oid:2.16.840.1.113883.2.4.3.11.999.7.6",
      "value": "1d905889-8fdf-11ec-1904-020000000000"
    }
  ],
  "status": "active",
  "intent": "plan",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "240977001",
        "display": "Biopsy of skin (procedure)"
      }
    ]
  },
  "subject": {
    "reference": "Patient/nl-core-patient-01",
    "display": "Johan XXX_Helleman"
  },
  "occurrencePeriod": {
    "start": "2012-03-13"
  },
  "performer": {
    "reference": "Organization/nl-core-organization-03",
    "display": "Test Medisch Centrum"
  },
  "reasonReference": [
    {
      "reference": "Condition/zib-problem-06",
      "display": "Pigmented nevus, no International Classification of Diseases for Oncology subtype (morphologic abnormality)"
    }
  ]
}