@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/us/davinci-pas/CommunicationRequest/CommunicationRequestExample> a fhir:CommunicationRequest ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "CommunicationRequestExample"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://hl7.org/fhir/us/davinci-pas/StructureDefinition/profile-communicationrequest"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/us/davinci-pas/StructureDefinition/profile-communicationrequest>
     ] )
  ] ; # 
  fhir:language [ fhir:v "en"] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\"><p class=\"res-header-id\"><b>Generated Narrative: CommunicationRequest CommunicationRequestExample</b></p><a name=\"CommunicationRequestExample\"> </a><a name=\"hcCommunicationRequestExample\"> </a><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\">Language: en</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-profile-communicationrequest.html\">PAS CommunicationRequest</a></p></div><p><b>Service Line Number</b>: 1</p><p><b>identifier</b>: <code>http://example.org/CRD-ID</code>/12345678901</p><p><b>status</b>: Active</p><p><b>category</b>: <span title=\"Codes:{https://codesystem.x12.org/005010/755 15}\">Justification for Admissions</span></p><blockquote><p><b>payload</b></p><p><b>Communicated Diagnosis</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/icd-10-cm G89.4}\">Chronic pain syndrome</span></p><p><b>Content Modifier</b>: <span title=\"Codes:{http://loinc.org 18804-5}\">Include all data of the selected type that represents observations made 3 months or fewer before the starting date of service</span></p><p><b>content</b>: 18776-5</p></blockquote></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
     fhir:url [
       fhir:v "http://hl7.org/fhir/us/davinci-pas/StructureDefinition/extension-serviceLineNumber"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/us/davinci-pas/StructureDefinition/extension-serviceLineNumber>
     ] ;
     fhir:value [
       a fhir:PositiveInt ;
       fhir:v "1"^^xsd:positiveInteger
     ]
  ] ) ; # 
  fhir:identifier ( [
     fhir:system [
       fhir:v "http://example.org/CRD-ID"^^xsd:anyURI ;
       fhir:l <http://example.org/CRD-ID>
     ] ;
     fhir:value [ fhir:v "12345678901" ]
  ] ) ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:category ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "https://codesystem.x12.org/005010/755"^^xsd:anyURI ;
         fhir:l <https://codesystem.x12.org/005010/755>
       ] ;
       fhir:code [ fhir:v "15" ] ;
       fhir:display [ fhir:v "Justification for Admissions" ]
     ] )
  ] ) ; # 
  fhir:payload ( [
     fhir:extension ( [
       fhir:url [
         fhir:v "http://hl7.org/fhir/us/davinci-pas/StructureDefinition/extension-communicatedDiagnosis"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/us/davinci-pas/StructureDefinition/extension-communicatedDiagnosis>
       ] ;
       fhir:value [
         a fhir:CodeableConcept ;
         fhir:coding ( [
           fhir:system [
             fhir:v "http://hl7.org/fhir/sid/icd-10-cm"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/sid/icd-10-cm>
           ] ;
           fhir:code [ fhir:v "G89.4" ]
         ] )
       ]
     ] [
       fhir:url [
         fhir:v "http://hl7.org/fhir/us/davinci-pas/StructureDefinition/extension-contentModifier"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/us/davinci-pas/StructureDefinition/extension-contentModifier>
       ] ;
       fhir:value [
         a fhir:CodeableConcept ;
         fhir:coding ( [
           a loinc:18804-5 ;
           fhir:system [
             fhir:v "http://loinc.org"^^xsd:anyURI ;
             fhir:l <http://loinc.org>
           ] ;
           fhir:code [ fhir:v "18804-5" ]
         ] )
       ]
     ] ) ;
     fhir:content [
       a fhir:String ;
       fhir:v "18776-5"
     ]
  ] ) . # 

# -------------------------------------------------------------------------------------

