International Birth And Child Model Implementation Guide
1.0.0-ballot2 - STU 1 Ballot 2 International flag

This page is part of the International Birth And Child Model Implementation Guide (v1.0.0-ballot2: STU 1 Ballot 1) based on FHIR (HL7® FHIR® Standard) v5.0.0. . For a full list of available versions, see the Directory of published versions

: UC2 Amniocentesis Procedure - JSON Representation

Raw json | Download


{
  "resourceType" : "Procedure",
  "id" : "uc2-amniocentesis",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Procedure uc2-amniocentesis</b></p><a name=\"uc2-amniocentesis\"> </a><a name=\"hcuc2-amniocentesis\"> </a><a name=\"uc2-amniocentesis-en-US\"> </a><p><b>status</b>: Completed</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 34536000}\">Amniocentesis (procedure)</span></p><p><b>subject</b>: <a href=\"Patient-uc2-mother.html\">Anonymous Patient Female, DoB: 1994-02-01 ( http://www.acme.com/identifiers/patient#123456)</a></p><p><b>report</b>: <a href=\"DiagnosticReport-uc2-amniocentesisreport.html\">Diagnostic Report for 'Ultrasound scan for fetal growth (procedure)' for '-&gt;Anonymous Patient Female, DoB: 1994-02-01 ( http://www.acme.com/identifiers/patient#123456)'</a></p></div>"
  },
  "status" : "completed",
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "34536000",
        "display" : "Amniocentesis (procedure)"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/uc2-mother"
  },
  "report" : [
    {
      🔗 "reference" : "DiagnosticReport/uc2-amniocentesisreport"
    }
  ]
}