Snapshot 3: Connectathon 32 Base

This is Snapshot #3 for FHIR R5, released to support Connectathon 32. For a full list of available versions, see the Directory of published versions.

Example GenomicStudy/genomicServiceRequest3 (Turtle)

Clinical Genomics Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: Patient

Raw Turtle (+ also see Turtle/RDF Format Specification)

ServiceRequest - Genomic Example 3

@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

[a fhir:ServiceRequest;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "genomicServiceRequest3"]; # 
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource &quot;genomicServiceRequest&quot; </p></div><p><b>identifier</b>: Laboratory Accession ID: 111111111</p><p><b>status</b>: active</p><p><b>intent</b>: plan</p><p><b>code</b>: Carrier detection, molecular genetics (procedure) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#3981005)</span></p><p><b>subject</b>: <a href=\"Patient-denovoChild.html\">Patient/denovoChild</a> &quot; DOE&quot;</p><p><b>encounter</b>: <a href=\"Encounter-denovoEncounter.html\">Encounter/denovoEncounter</a></p></div>"
  ]; # 
  fhir:ServiceRequest.identifier [
     fhir:index 0;
     fhir:Identifier.type [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ];
         fhir:Coding.code [ fhir:value "LACSN" ]
       ];
       fhir:CodeableConcept.text [ fhir:value "Laboratory Accession ID" ]
     ];
     fhir:Identifier.system [ fhir:value "http://www.somesystemabc.net/identifiers/serviceRequests" ];
     fhir:Identifier.value [ fhir:value "111111113" ]
  ]; # 
  fhir:ServiceRequest.status [ fhir:value "active"]; # 
  fhir:ServiceRequest.intent [ fhir:value "plan"]; # 
  fhir:ServiceRequest.code [
     fhir:CodeableReference.concept [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         a sct:3981005;
         fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
         fhir:Coding.code [ fhir:value "3981005" ];
         fhir:Coding.display [ fhir:value "Carrier detection, molecular genetics (procedure)" ]
       ]
     ]
  ]; # 
  fhir:ServiceRequest.subject [
     fhir:Reference.reference [ fhir:value "Patient/denovoMother" ]
  ]; # 
  fhir:ServiceRequest.encounter [
     fhir:Reference.reference [ fhir:value "Encounter/denovoEncounter" ]
  ]] . # 

# - ontology header ------------------------------------------------------------

[a owl:Ontology;
  owl:imports fhir:fhir.ttl] .

# -------------------------------------------------------------------------------------


Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.