GenomeX Data Exchange FHIR IG
0.2.0 - draft

GenomeX Data Exchange FHIR IG, published by MITRE. This guide is not an authorized publication; it is the continuous build for version 0.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/CodeX-HL7-FHIR-Accelerator/GenomeX-DataExchange/ and changes regularly. See the Directory of published versions

: PrenatalServiceRequestCouple - JSON Representation

Raw json | Download

{
  "resourceType" : "ServiceRequest",
  "id" : "PrenatalServiceRequestCouple",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest PrenatalServiceRequestCouple</b></p><a name=\"PrenatalServiceRequestCouple\"> </a><a name=\"hcPrenatalServiceRequestCouple\"> </a><a name=\"PrenatalServiceRequestCouple-en-US\"> </a><p><b>identifier</b>: Laboratory Accession ID/G4QMWUXCGX3C</p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>code</b>: <span title=\"Codes:{https://myriad.com/identifiers/tests PrenatalCarrierScreening}\">Prenatal Test</span></p><p><b>subject</b>: <a href=\"Group-PrenatalGroupPatientFemaleandPatientMale.html\">Group: type = person; actual = true</a></p><p><b>requester</b>: <a href=\"Practitioner-PractitionerOrderingProvider.html\">Practitioner Laura Salma </a></p><p><b>reasonCode</b>: <span title=\"Codes:{http://snomed.info/sct 169565003}\">Planned pregnancy</span></p></div>"
  },
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "LACSN"
          }
        ],
        "text" : "Laboratory Accession ID"
      },
      "system" : "https://myriad.com/identifiers/serviceRequests",
      "value" : "G4QMWUXCGX3C"
    }
  ],
  "status" : "active",
  "intent" : "order",
  "code" : {
    "coding" : [
      {
        "system" : "https://myriad.com/identifiers/tests",
        "code" : "PrenatalCarrierScreening",
        "display" : "Prenatal Test"
      }
    ],
    "text" : "Prenatal Test"
  },
  "subject" : {
    🔗 "reference" : "Group/PrenatalGroupPatientFemaleandPatientMale"
  },
  "requester" : {
    🔗 "reference" : "Practitioner/PractitionerOrderingProvider"
  },
  "reasonCode" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "169565003",
          "display" : "Pregnant - planned (finding)"
        }
      ],
      "text" : "Planned pregnancy"
    }
  ]
}