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

FHIR IG analytics

Packagehl7.fhir.uv.cg-incubator
Resource TypeServiceRequest
IdServiceRequest-genomicServiceRequest4.json
FHIR VersionR6

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

Generated Narrative: ServiceRequest genomicServiceRequest4

Language: en

identifier: Laboratory Accession ID/111111114

status: Active

intent: Plan

Codes

-Concept
*Carrier detection, molecular genetics (procedure)

subject: John Father Doe (official) Male, DoB: 2000-01-01 ( Medical record number: 11113 (use: temp, period: 2021-01-01 --> (ongoing)))

encounter: Encounter: status = in-progress; class = inpatient encounter


Source1

{
  "resourceType": "ServiceRequest",
  "id": "genomicServiceRequest4",
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "LACSN"
          }
        ],
        "text": "Laboratory Accession ID"
      },
      "system": "http://example.org/identifiers/serviceRequests",
      "value": "111111114"
    }
  ],
  "status": "active",
  "intent": "plan",
  "code": {
    "concept": {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "3981005",
          "display": "Carrier detection, molecular genetics (procedure)"
        }
      ]
    }
  },
  "subject": {
    "reference": "Patient/denovoFather"
  },
  "encounter": {
    "reference": "Encounter/denovoEncounter"
  }
}