@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Bundle; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "Bundle-FindSubmissionSets"]; fhir:Bundle.type [ fhir:value "searchset"]; fhir:Bundle.total [ fhir:value "1"^^xsd:nonNegativeInteger]; fhir:Bundle.link [ fhir:index 0; fhir:Bundle.link.relation [ fhir:value "self" ]; fhir:Bundle.link.url [ fhir:value "http://example.com/List?patient.identifier=urn:oid:2.999|11111111&status=current" ] ]; fhir:Bundle.entry [ fhir:index 0; fhir:Bundle.entry.fullUrl [ fhir:value "http://example.com/List/4125" ]; fhir:Bundle.entry.resource ] . a fhir:List; fhir:Resource.id [ fhir:value "4125"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "extensions" ]; fhir:Narrative.div "
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
NameFlagsCard.TypeDescription & Constraints\"doco\"
\".\"\".\" List 0..*SubmissionSetComprehensiveUnContainedA list is a curated collection of resources
\".\"\".\"\".\" extension 3..*ExtensionExtension
\".\"\".\"\".\" extension:designationType S1..1DesignationTypeClinical code of the List
Binding: SubmissionSetContentTypeCode (required)
\".\"\".\"\".\" extension:sourceId S1..1SourceIdPublisher organization identity of the SubmissionSet
\".\"\".\"\".\" ch-ext-author-authorrole S1..1CodingAuthor role of the author of the document
URL: http://fhir.ch/ig/ch-epr-mhealth/StructureDefinition/ch-ext-author-authorrole
Binding: SubmissionSetAuthorAuthorRole (required)
\".\"\".\"\".\" identifier S2..*Identifieridentifier, for entryUUID set use to offical, for uniqueID set use to ususal
\".\"\".\"\".\" status S1..1codecurrent | retired | entered-in-error
\".\"\".\"\".\" mode S1..1codeworking | snapshot | changes
\".\"\".\"\".\" code S1..1CodeableConceptWhat the purpose of this list is
\".\"\".\"\".\" subject S1..1Reference(CH Core Patient Profile) {r}If all resources have the same subject
\".\"\".\"\".\" date S1..1dateTimeWhen the list was prepared
\".\"\".\"\".\" entry S1..*BackboneElementEntries in the list
\".\"\".\"\".\"\".\" item S1..1Reference(CH MHD DocumentReference Comprehensive) {rb}Actual entry

\"doco\" Documentation for this format
" ]; fhir:DomainResource.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://profiles.ihe.net/ITI/MHD/StructureDefinition/ihe-designationType" ]; fhir:Extension.valueCodeableConcept [ fhir:CodeableConcept.coding [ fhir:index 0; a sct:71388002; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "71388002" ]; fhir:Coding.display [ fhir:value "Procedure (procedure)" ] ] ] ], [ fhir:index 1; fhir:Extension.url [ fhir:value "http://profiles.ihe.net/ITI/MHD/StructureDefinition/ihe-sourceId" ]; fhir:Extension.valueIdentifier [ fhir:Identifier.value [ fhir:value "urn:oid:1.3.6.1.4.1.12559.11.13.2.5" ] ] ], [ fhir:index 2; fhir:Extension.url [ fhir:value "http://fhir.ch/ig/ch-epr-mhealth/StructureDefinition/ch-ext-author-authorrole" ]; fhir:Extension.valueCoding [ fhir:Coding.system [ fhir:value "urn:oid:2.16.756.5.30.1.127.3.10.6" ]; fhir:Coding.code [ fhir:value "HCP" ]; fhir:Coding.display [ fhir:value "Healthcare professional" ] ] ]; fhir:List.identifier [ fhir:index 0; fhir:Identifier.use [ fhir:value "usual" ]; fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ]; fhir:Identifier.value [ fhir:value "urn:oid:1.3.6.1.4.1.12559.11.13.2.6.2949" ] ], [ fhir:index 1; fhir:Identifier.use [ fhir:value "official" ]; fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ]; fhir:Identifier.value [ fhir:value "urn:uuid:8c3e40b2-3cf9-4980-b4fb-cc84ba8a181a" ] ]; fhir:List.status [ fhir:value "current"]; fhir:List.mode [ fhir:value "working"]; fhir:List.code [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://profiles.ihe.net/ITI/MHD/CodeSystem/MHDlistTypes" ]; fhir:Coding.code [ fhir:value "submissionset" ]; fhir:Coding.display [ fhir:value "SubmissionSet as a FHIR List" ] ] ]; fhir:List.subject [ fhir:link ; fhir:Reference.reference [ fhir:value "http://example.org/Patient/FranzMusterNeedsAbsoluteUrl" ] ]; fhir:List.date [ fhir:value "2020-06-29T12:01:30+00:00"^^xsd:dateTime]; fhir:List.entry [ fhir:index 0; fhir:List.entry.item [ fhir:link ; fhir:Reference.reference [ fhir:value "DocumentReference/2-7-DocRefMedicationCard" ] ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------