@prefix fhir: <http://hl7.org/fhir/> .
@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 -------------------------------------------------------------------

<https://ig.phase2.scip.synanetics.cloud/ValueSet/MODS-SocialProcedureFindings-1> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "MODS-SocialProcedureFindings-1"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet MODS-SocialProcedureFindings-1</b></p><a name=\"MODS-SocialProcedureFindings-1\"> </a><a name=\"hcMODS-SocialProcedureFindings-1\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Include codes from<a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a><span title=\"Version is not explicitly stated. No matching Code System found\"> version Not Stated (use latest from terminology server)</span> where concept  is-a 243796009 (Context-dependent categories)</li><li>Include codes from<a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a><span title=\"Version is not explicitly stated. No matching Code System found\"> version Not Stated (use latest from terminology server)</span> where concept  is-a 71388002 (Procedure)</li><li>Include codes from<a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a><span title=\"Version is not explicitly stated. No matching Code System found\"> version Not Stated (use latest from terminology server)</span> where concept  is-a 404684003 (Clinical finding (finding))</li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "https://metadata.phase2.scip.synanetics.cloud/fhir/r4/ValueSet/MODS-SocialProcedureFindings-1"^^xsd:anyURI ;
     fhir:l <https://metadata.phase2.scip.synanetics.cloud/fhir/r4/ValueSet/MODS-SocialProcedureFindings-1>
  ] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "MODSSocialProcedureFindings"] ; # 
  fhir:title [ fhir:v "MODS Wish, Need, Preference Coding from SNOMED CT: Social Context, Procedures, and Clinical Findings"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:date [ fhir:v "2026-03-24T16:18:08+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Synanetics Ltd on behalf of DHSC/Social Care Interoperability Platform"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "Synanetics Ltd on behalf of DHSC/Social Care Interoperability Platform" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://synanetics.com" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "info@synanetics.com" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "All descendants of the SNOMED CT hierarchies for Social context, Procedure, and Clinical finding."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ;
         fhir:l <urn:iso:std:iso:3166>
       ] ;
       fhir:code [ fhir:v "GB" ] ;
       fhir:display [ fhir:v "United Kingdom of Great Britain and Northern Ireland" ]
     ] )
  ] ) ; # 
  fhir:compose [
     fhir:include ( [
       fhir:system [
         fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
         fhir:l <http://snomed.info/sct>
       ] ;
       fhir:filter ( [
         fhir:property [ fhir:v "concept" ] ;
         fhir:op [ fhir:v "is-a" ] ;
         fhir:value [ fhir:v "243796009" ]
       ] )
     ] [
       fhir:system [
         fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
         fhir:l <http://snomed.info/sct>
       ] ;
       fhir:filter ( [
         fhir:property [ fhir:v "concept" ] ;
         fhir:op [ fhir:v "is-a" ] ;
         fhir:value [ fhir:v "71388002" ]
       ] )
     ] [
       fhir:system [
         fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
         fhir:l <http://snomed.info/sct>
       ] ;
       fhir:filter ( [
         fhir:property [ fhir:v "concept" ] ;
         fhir:op [ fhir:v "is-a" ] ;
         fhir:value [ fhir:v "404684003" ]
       ] )
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

