@prefix fhir: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:ValueSet ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "ndhm-form-code"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: ValueSet ndhm-form-code

"^^rdf:XMLLiteral ] ; # fhir:url [ fhir:v "https://nrces.in/ndhm/fhir/r4/ValueSet/ndhm-form-code"^^xsd:anyURI] ; # fhir:version [ fhir:v "6.5.0"] ; # fhir:name [ fhir:v "FormCode"] ; # fhir:title [ fhir:v "Form Code"] ; # fhir:status [ fhir:v "draft"] ; # fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # fhir:date [ fhir:v "2023-11-28"^^xsd:date] ; # fhir:publisher [ fhir:v "National Resource Center for EHR Standards"] ; # fhir:contact ( [ fhir:name [ fhir:v "National Resource Center for EHR Standards" ] ; fhir:telecom ( [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "https://nrces.in/" ] ] ) ] ) ; # fhir:description [ fhir:v "This ValueSet contains a set of codes which specify type of document attached with as form."] ; # fhir:jurisdiction ( [ fhir:coding ( [ fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ; fhir:code [ fhir:v "IN" ] ; fhir:display [ fhir:v "India" ] ] ) ] ) ; # fhir:compose [ fhir:include ( [ fhir:system [ fhir:v "https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-form-code"^^xsd:anyURI ] ] ) ] . # # -------------------------------------------------------------------------------------